devops-infra MCP Server
A fluent, chainable API with Zod-first validation, stdio and HTTP transports, OAuth 2.1, and a one-command deploy kit. Focus on what you expose — not how.
Discovered via github-topic:mcp and last synced 3mo ago.
1. Install the package
npx @ruco-ai/mcpster
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-ruco-ai-mcpster": {
"command": "npx",
"args": [
"@ruco-ai/mcpster"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Prerequisite
Enable OAuth 2.1 PKCE protection on the MCP endpoint
Port to listen on (HTTP transport only)
`process.cwd()`
Default
`railway` CLI installed and authenticated (`railway login`)
required
required
`'stdio'`