rustypaste mcp for Cursor
io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
client:Cursor
transport:stdio
runtime:npm
Install rustypaste mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rustypaste-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
],
"env": {
"RUSTYPASTE_URL": "<RUSTYPASTE_URL>",
"RUSTYPASTE_AUTH_TOKEN": "<RUSTYPASTE_AUTH_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs