Aidemd
@aidemd-mcp
About Aidemd
Structured .aide spec files that give AI agents progressive disclosure into your codebase architecture. 6 MCP tools, 8 slash commands, TUI wizard, multi-IDE support.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aide": {
"command": "npx",
"args": [
"@aidemd-mcp/server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Aidemd?
Aidemd is an MCP server that brings intent-driven development to any AI-powered IDE by managing .aide spec files that live next to your code. It provides agents with tools to discover, scaffold, read, validate, and inspect these intent, research, plan, and QA specs, enabling architects, implementors, and QA to work from a shared domain context.
How to use Aidemd?
Run npx @aidemd-mcp/server@latest init in your project, then execute /aide:init inside Claude Code to bootstrap the methodology. Alternatively, add the server manually to your MCP client configuration (e.g., .mcp.json, claude_desktop_config.json, or client-specific MCP files) with the command npx -y @aidemd-mcp/server@latest. Once connected, agents can invoke tools such as aide_discover, aide_scaffold, aide_read, aide_validate, aide_inspect, aide_init, and aide_upgrade.
Key features of Aidemd
- Project-wide
.aidespec discovery with a progressive disclosure tree - One-command project bootstrap via
aide_init - Automatic naming convention enforcement through
aide_scaffold - Health-check validation detecting orphaned specs and naming conflicts
- Code introspection returning JSDoc, signatures, and kind for named symbols
- Upgrade drift detection comparing artifacts against canonical versions
Use cases of Aidemd
- Bootstrapping the full AIDE methodology into a new or existing project
- Scaffolding intent and research specs with correct naming conventions in the right directory
- Validating the health of all
.aidefiles across the codebase to prevent drift - Inspecting a symbol's contract (JSDoc, signature, kind) without opening its source file
- Detecting and applying upgrades to methodology artifacts as canonical versions change
FAQ from Aidemd
What does Aidemd do that a plain file manager or text editor cannot?
Aidemd gives AI agents structured tools to discover, read, create, and validate .aide spec files programmatically. It enforces naming rules (e.g., auto-renaming to intent.aide when research.aide exists), checks for broken links and orphans, and provides a progressive disclosure tree – capabilities a generic editor lacks.
What are the runtime dependencies for Aidemd?
The server runs on Node.js and is distributed via npm. You need Node
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments