AdrMcp for Zed
io.github.atypical-consulting/adr-mcp
MCP server for Architectural Decision Records: navigate, author, validate, link, and analyze them.
client:Zed
transport:stdio
runtime:nuget
Install AdrMcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"adr-mcp": {
"command": "dnx",
"args": [
"AdrMcp",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs