-mcp-railway-server

Norman-Wagner/-mcp-railway-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 1d ago
Remote MCP server built with Node.js for AI tool integration (Cursor, ChatGPT connectors, Railway deployment ready).
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": {
    "-mcp-railway-server": {
      "command": "npx",
      "args": [
        "-y",
        "Norman-Wagner/-mcp-railway-server"
      ]
    }
  }
}