gw2 mcp for Zed
io.github.mrfentmen/gw2-mcp
Use this MCP server to Guild Wars 2, items, trading post prices, achievements, and living world...
client:Zed
transport:stdio
runtime:npm
Install gw2 mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gw2-mcp": {
"command": "npx",
"args": [
"-y",
"gw2-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs