qubic mcp for Zed
io.github.fyllepo/qubic-mcp
MCP server for Qubic — balances, prices, transfers, wallets, and more.
client:Zed
transport:stdio
runtime:npm
Install qubic mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"qubic-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-qubic"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs