walkthrough mcp for Cursor
io.github.mrfentmen/walkthrough-mcp
Use this MCP server to retro game walkthroughs, FAQs, and cheats, backed by StrategyWiki's open...
client:Cursor
transport:stdio
runtime:npm
Install walkthrough mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"walkthrough-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/walkthrough-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs