walkthrough mcp for VS Code
io.github.mrfentmen/walkthrough-mcp
Use this MCP server to retro game walkthroughs, FAQs, and cheats, backed by StrategyWiki's open...
client:VS Code
transport:stdio
runtime:npm
Install walkthrough mcp in VS Code
.vscode/mcp.json
{
"servers": {
"walkthrough-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/walkthrough-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs