Developer Tools
Trust: 32/100 (Limited)io.github.rukh-debug/rustypaste-mcp Guide
An MCP server that wraps the rustypaste API
by rukh-debug
Quick Start
Install
npx @rukh-pub/rustypaste-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-rukh-debug-rustypaste-mcp": {
"command": "npx",
"args": [
"@rukh-pub/rustypaste-mcp"
]
}
}
}