server.json•581 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.railwayapp/mcp-server",
"description": "Official Railway MCP server",
"status": "active",
"repository": {
"url": "https://github.com/railwayapp/railway-mcp-server",
"source": "github"
},
"version": "0.1.8",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@railway/mcp-server",
"version": "0.1.8",
"transport": {
"type": "stdio"
}
}
]
}