MCP Server
MCP
io.github.rukh-debug/rustypaste-mcp
An MCP server that wraps the rustypaste API
Install
npx -y @rukh-pub/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@rukh-pub/rustypaste-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The URL of the rustypaste server",
"isRequired": true,
"format": "string",
"name": "RUSTYPASTE_URL"
},
{
"description": "The authentication token for the rustypaste server",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RUSTYPASTE_AUTH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment