MCP server that teaches any AI agent the AIDE spec methodology — progressive disclosure specs alongside code
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"
]
}
}
}
Run in terminal:
claude mcp add server npx -y aidemd-mcp/server
Add to .cursor/mcp.json:
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"aidemd-mcp/server"
]
}
}
}