rustypaste mcp for Zed
io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
client:Zed
transport:stdio
runtime:npm
Install rustypaste mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rustypaste-mcp": {
"command": "npx",
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
],
"env": {
"RUSTYPASTE_URL": "<RUSTYPASTE_URL>",
"RUSTYPASTE_AUTH_TOKEN": "<RUSTYPASTE_AUTH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs