zork mcp for VS Code
io.github.mrfentmen/zork-mcp
Use this MCP server to plays classic text adventure games. The LLM is the player, explore, solve...
client:VS Code
transport:stdio
runtime:npm
Install zork mcp in VS Code
.vscode/mcp.json
{
"servers": {
"zork-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zork-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs