railway-mcp
Railway MCP Server is a Model Context Protocol server allowing users to manage Railway.app infrastructure using natural language through MCP clients. It supports functionalities like authentication, project, deployment, and variable management, enhancing the ease of infrastructure handling with natural language commands.
What is the Railway MCP Server?
The Railway MCP Server is a Model Context Protocol server that integrates with Railway.app, allowing users to manage their infrastructure using natural language through MCP clients.
What are the prerequisites for using the Railway MCP Server?
You need Node.js 18+, an active Railway account, and a Railway API token.
How do I install the Railway MCP Server?
You can install it using Smithery with the command npx -y @smithery/cli install @jason-tan-swe/railway-mcp --client claude
for Claude Desktop or npx -y @smithery/cli@latest run @jason-tan-swe/railway-mcp --config "{\"railwayApiToken\":\"token\"}"
for Cursor.
What features are currently available?
Available features include authentication with Railway API tokens, project management, deployment management, service management, and variable management.
Is the Railway MCP Server fully developed?
No, it is still under development, and not all features are available yet.