Skip to main content
Glama

Railway MCP Server

Official
by railwayapp
package.json1.4 kB
{ "name": "@railway/mcp-server", "version": "0.1.8", "mcpName": "io.github.railwayapp/mcp-server", "description": "Official Railway MCP server", "author": "Railway", "keywords": [ "railway", "mcp", "modelcontextprotocol", "mcp-server" ], "repository": { "type": "git", "url": "https://github.com/railwayapp/railway-mcp-server" }, "license": "MIT", "files": [ "dist" ], "type": "module", "bin": { "railway-mcp-server": "dist/index.js" }, "main": "dist/index.js", "packageManager": "pnpm@9.15.2", "scripts": { "dev": "tsdown --watch --on-success \"chmod 755 dist/index.js\"", "build": "tsdown && chmod 755 dist/index.js", "start": "node dist/index.js", "lint": "biome lint src --write", "format": "biome format --write src", "typecheck": "tsc --noEmit", "test": "vitest", "test:run": "vitest run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "fuse.js": "^7.1.0", "graphql-request": "^7.2.0", "semver": "^7.7.2", "zod": "^3.25.76" }, "devDependencies": { "@biomejs/biome": "^2.1.3", "@rolldown/binding-darwin-arm64": "1.0.0-beta.40", "@smithery/cli": "^1.2.17", "@types/node": "^24.1.0", "@types/semver": "^7.7.1", "tsdown": "^0.15.4", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "engines": { "node": ">=20.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/railwayapp/railway-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server