walkthrough mcp for Zed
io.github.mrfentmen/walkthrough-mcp
Use this MCP server to retro game walkthroughs, FAQs, and cheats, backed by StrategyWiki's open...
client:Zed
transport:stdio
runtime:npm
Install walkthrough mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"walkthrough-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/walkthrough-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs