Aidemd
@aidemd-mcp
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aide": {
"command": "npx",
"args": [
"@aidemd-mcp/server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント