MCP.so
Sign In

Railway

Projects, services, environments, deployments

Documentation

About Railway

Railway is a developer platform for shipping applications, services, environments, and deployments. Its remote MCP server gives assistants project and deployment context for investigating app state, planning changes, and working across Railway environments.

Connection details

https://mcp.railway.com

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add railway --transport http https://mcp.railway.com

Frequently asked questions

What is the Railway remote MCP server?

The Railway remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.railway.com, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Railway MCP server?

Add the endpoint https://mcp.railway.com to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Railway MCP server require authentication?

Yes. Railway uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Railway MCP server use?

Railway exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers