Home › Development › server

server

MCP server that teaches any AI agent the AIDE methodology via progressive disclosure

TypeScript Local
★ 3 stars Last pushed 2026-05-22 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.0)

npx -y @aidemd-mcp/server@0.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@aidemd-mcp/server@0.9.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry