railway-mcp-server-v2

hemichaeli/railway-mcp-server-v2
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Railway MCP Server v2 - Using official MCP SDK for Claude.ai integration
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-server-v": {
      "command": "npx",
      "args": [
        "-y",
        "hemichaeli/railway-mcp-server-v2"
      ]
    }
  }
}