railway.com
Railway is a cloud infrastructure and application deployment platform for running apps, databases, volumes, functions, and related services. It provides a web dashboard, CLI, API, and AI-agent tooling for managing projects and deployments.
Railway exposes a GraphQL public API, a hosted remote MCP endpoint, a local CLI-backed MCP server, and the `railway` CLI; all require Railway-issued tokens or OAuth-based user auth.
- Railway MCP Server (remote)detected
- Railway MCP Server (local via CLI)discovered
- Railway Public GraphQL APIdiscovered
- Railway CLIdiscovered
$ railway setup agentAcquired by the CLI — running railway setup agent opens the auth flow and stores the credential.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://railway.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing