mtg-mcp for Zed
io.github.nccurry/mtg-mcp
An evidence-first .NET MCP server for Magic: The Gathering deckbuilding workflows.
client:Zed
transport:stdio
runtime:nuget
Install mtg-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mtg-mcp": {
"command": "dnx",
"args": [
"Nccurry.MtgMcp",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs