mcp-server

specdown-app/mcp-server
★ 3 stars JavaScript 🤖 AI/LLM Updated 11d ago
MCP server for SpecDown — AI access to your docs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "specdown-app/mcp-server"
      ]
    }
  }
}