mcpserver.lol
registry/aidemd-mcp-server
Connection check local install

aidemd-mcp-server

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

Tools 12
GitHub stars 3
Installs / wk 115
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

12 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

aide_brain from source
On-demand brain entry-point tool. Call this when you need to reach the brain mid-task — do NOT call it on every /aide boot. Boot-time brain precondition state is already reported b…
aide_discover from source
Scan for .aide spec files in this project. Returns a tree map of where specs live, following progressive disclosure.\n\nWithout a path: returns a lightweight project-wide map — fil…
aide_info from source
Boot-time reporter called by the orchestrator at startup. Returns two independent top-level fields that the orchestrator must branch on separately:\n\n**
aide_init from source
Bootstrap the AIDE development environment into a project. Returns structured JSON for agent consumption — not prose.\n\nThe tool uses a two-call pattern for progressive disclosure…
aide_inspect from source
aide_read from source
Read an .aide spec file with full context. Returns the file content, its classified type (intent/research/plan/todo), related specs in the same directory, and links found in the co…
aide_scaffold from source
aide_upgrade from source
aide_validate from source
Health check for .aide spec files in the project. Detects orphaned specs (in folders with no orchestrator), missing specs (orchestrators with 3+ helper imports but no .aide), namin…
mcp__brain__read_note from source
mcp__brain__search_notes from source
mcp__brain__write_note from source