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

コメント

「その他」の他のコンテンツ