railway-mcp-server-v2

hemichaeli/railway-mcp-server-v2
★ 0 stars TypeScript AI/LLM Updated 1mo ago
Railway MCP Server v2 - Using official MCP SDK for Claude.ai integration
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}