MCP.so
登录
A

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.

基本信息

分类

其他

传输方式

stdio

发布者

aidemd-mcp

提交者

Jacob Carpenter

配置

使用下面的配置,将此服务器添加到你的 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 .aide spec 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 .aide files 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

评论

其他 分类下的更多 MCP 服务器