VitaminMCP for Zed
io.github.backas03/vitaminmcp
Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.
client:Zed
transport:stdio
runtime:npm
Install VitaminMCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vitaminmcp": {
"command": "npx",
"args": [
"-y",
"vitaminmcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs