server

aidemd-mcp/server
★ 1 stars TypeScript 🤖 AI/LLM Updated 6d ago
MCP server that teaches any AI agent the AIDE spec methodology — progressive disclosure specs alongside code
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": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "aidemd-mcp/server"
      ]
    }
  }
}