Skip to content
Cursor

AdrMcp for Cursor

io.github.atypical-consulting/adr-mcp

MCP server for Architectural Decision Records: navigate, author, validate, link, and analyze them.

client:Cursor transport:stdio runtime:nuget

Install AdrMcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "adr-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AdrMcp",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AdrMcp in other clients