Loading MCP server directory, please wait...
An MCP server that wraps the rustypaste API
npx @getmcp/cli add io.github.rukh-debug/rustypaste-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
RUSTYPASTE_URLThe URL of the rustypaste server
RUSTYPASTE_AUTH_TOKENThe authentication token for the rustypaste server
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rukh-debug/rustypaste-mcp": {
"command": "npx",
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
],
"env": {
"RUSTYPASTE_URL": "",
"RUSTYPASTE_AUTH_TOKEN": ""
}
}
}
}