Odel
server

server

Local
@aidemd-mcp3TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aidemd-mcp/serverv0.9.0

Run

npx -y @aidemd-mcp/server

MCP client config

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