Rustpad MCP Server for Gemini CLI
io.github.ni-c/rustpad-mcp
MCP server for Rustpad, the self-hosted collaborative text editor
client:Gemini CLI
transport:stdio
runtime:npm
Install Rustpad MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs