rustypaste mcp for Windsurf
io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
client:Windsurf
transport:stdio
runtime:npm
Install rustypaste mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"rustypaste-mcp": {
"command": "npx",
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
],
"env": {
"RUSTYPASTE_URL": "<RUSTYPASTE_URL>",
"RUSTYPASTE_AUTH_TOKEN": "<RUSTYPASTE_AUTH_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs