amp-http-mcp-server

Ku-Tadao/amp-http-mcp-server
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "amp-http-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Ku-Tadao/amp-http-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP server for the CubeCoders AMP HTTP API. AMP exposes a machine-readable API catalog through `Core/GetAPISpec`. This server provides a friendly MCP layer for common AMP operations such as listing instances, selecting a server, starting/stopping it, reading/writing files, and sending console commands. It also keeps a raw `amp_call` escape hatch for advanced API methods.

Tools (20)

amp_api_specamp_auth_requirementsamp_callamp_clear_sessionamp_configureamp_connection_statusamp_console_readamp_console_sendamp_create_instanceamp_directory_createamp_directory_renameamp_directory_trashamp_file_appendamp_file_copyamp_file_readamp_file_renameamp_file_trashamp_file_writeamp_files_listamp_instances