railway-mcp-remote

HirschleC/railway-mcp-remote
★ 0 stars TypeScript ⚙️ DevOps Updated 6d ago
Railway MCP Server with HTTP transport for remote deployment on Railway
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "railway-mcp-remote": {
      "command": "npx",
      "args": [
        "-y",
        "HirschleC/railway-mcp-remote"
      ]
    }
  }
}