AdrMcp for Windsurf
io.github.atypical-consulting/adr-mcp
MCP server for Architectural Decision Records: navigate, author, validate, link, and analyze them.
client:Windsurf
transport:stdio
runtime:nuget
Install AdrMcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"adr-mcp": {
"command": "dnx",
"args": [
"AdrMcp",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs