An MCP server that wraps the rustypaste API
Set these up before or after installing:
Environment variable: RUSTYPASTE_URL
Environment variable: RUSTYPASTE_AUTH_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rukh-debug-rustypaste-mcp": {
"env": {
"RUSTYPASTE_URL": "your-rustypaste-url-here",
"RUSTYPASTE_AUTH_TOKEN": "your-rustypaste-auth-token-here"
},
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
],
"command": "npx"
}
}
}This is a well-structured MCP server that provides a secure wrapper around the rustypaste API. The authentication is properly handled through environment variables, and permissions are appropriately scoped for a file sharing service. Minor code quality improvements could enhance error handling and input validation. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 5 high severity). Package verification found 1 issue.
Scanned 7 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!