Rustpad MCP Server for Zed
io.github.ni-c/rustpad-mcp
MCP server for Rustpad, the self-hosted collaborative text editor
client:Zed
transport:stdio
runtime:npm
Install Rustpad MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rustpad-mcp": {
"command": "npx",
"args": [
"-y",
"rustpad-mcp"
],
"env": {
"RUSTPAD_URL": "<RUSTPAD_URL>",
"RUSTPAD_READ_ONLY": "<RUSTPAD_READ_ONLY>",
"RUSTPAD_INSECURE_TLS": "<RUSTPAD_INSECURE_TLS>",
"RUSTPAD_ALLOW_TOOLS": "<RUSTPAD_ALLOW_TOOLS>",
"RUSTPAD_DENY_TOOLS": "<RUSTPAD_DENY_TOOLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs