tetriswiki mcp for Zed
io.github.mrfentmen/tetriswiki-mcp
Use this MCP server to the Tetris wiki, covering every game, piece, and technique in the...
client:Zed
transport:stdio
runtime:npm
Install tetriswiki mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tetriswiki-mcp": {
"command": "npx",
"args": [
"-y",
"tetriswiki-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs