server

MCP serverAI & models

MCP 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)

ToolWhat it does
aide_discoverScan 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_readRead 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_scaffoldCreate 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_validateHealth 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_upgradeCompare the AIDE methodology artifacts in this project against the canonical versions and return structured JSON results grouped by category.
aide_infoBoot-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_brainOn-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_initBootstrap 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_inspectReturn 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