Rustpad MCP Server for Cline
io.github.ni-c/rustpad-mcp
MCP server for Rustpad, the self-hosted collaborative text editor
client:Cline
transport:stdio
runtime:npm
Install Rustpad MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs