design-decisions-mcp

eugeneolsen/design-decisions-mcp
★ 0 stars Python AI/LLM Updated 13d ago
MCP server that turns Architecture Decision Records and similar decision records into agentic Skills
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "design-decisions-mcp": {
      "command": "uvx",
      "args": [
        "design-decisions-mcp"
      ]
    }
  }
}

Or install with pip: pip install design-decisions-mcp

README Excerpt

An MCP (Model Context Protocol) server that surfaces decision records (ADRs, DDRs, SDRs, ODRs, TDRs, PDRs, FDRs) to AI coding assistants as just-in-time architectural guardrails. Enables Spec-Driven Development (SDD) through Functional Decision Records that capture behavioral specifications. More simply stated, this MCP server turns the types of decision records listed below into something very similar to agent Skills.

Tools (1)

scoped_id