server
MCP serverAI & modelsMCP server that teaches any AI agent the AIDE methodology via progressive disclosure
This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.
Serve it through your gateway
One link, every agent. Your own credentials, stored once.
Tools it gives your agents (9)
| Tool | What it does |
|---|---|
| aide_discover | Scan for .aide spec files in this project. Returns a tree map of where specs live, following progressive disclosure. Without a path: returns a lightweight project-wide map — file locations and... |
| aide_read | 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 content (relative... |
| aide_scaffold | Create new .aide spec files with automatic naming convention enforcement. Handles the naming rules: intent specs are .aide by default, but become intent.aide when research.aide exists in the same... |
| aide_validate | 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), naming conflicts (.aide... |
| aide_upgrade | Compare the AIDE methodology artifacts in this project against the canonical versions and return structured JSON results grouped by category. |
| aide_info | Boot-time reporter called by the orchestrator at startup. Returns two independent top-level fields that the orchestrator must branch on separately: **`outdated` (array of stale artifact keys) —... |
| aide_brain | 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. |
| aide_init | Bootstrap the AIDE development environment into a project. Returns structured JSON for agent consumption — not prose. The tool uses a two-call pattern for progressive disclosure: **First call (no... |
| aide_inspect | Return JSDoc, signature, and kind for a named symbol without opening the full file — Tier 2 progressive disclosure for code. |
Signals
- GitHub stars
- 3
- Last commit
- May 2026
- Weekly downloads
- 75
- Tools captured
- 9