Railway MCP Server
Cloudstdiov0.2.0
MCP server for the Railway deployment platform. Lets AI agents create projects and services, deploy from repositories, manage environment variables, view deployment logs, and inspect service status. Useful for provisioning backends, databases, and cron jobs and for debugging deploys directly from an AI assistant.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"railway": {
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
],
"env": {
"RAILWAY_API_TOKEN": "<YOUR_RAILWAY_API_TOKEN>"
}
}
}
}Herramientas (2)
list_projects
List Railway projects and their services in the account.
{
"type": "object",
"properties": {}
}get_deployment_logs
Retrieve logs for a specific deployment.
{
"type": "object",
"required": [
"deployment_id"
],
"properties": {
"deployment_id": {
"type": "string",
"description": "Railway deployment ID"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Repositorio
- https://github.com/jason-tan-swe/railway-mcp
- Licencia
- MIT
- Versión
- 0.2.0
- Estrellas
- 360
- Última actualización
- 9 de julio de 2026