UNPKG

@crazyrabbitltc/railway-mcp

Version:

Railway MCP Server - 146+ tools with 100% Railway API coverage, comprehensive MCP testing framework, and real infrastructure management through AI assistants. Enhanced version with enterprise features, based on original work by Jason Tan.

83 lines (82 loc) 2.22 kB
{ "name": "@crazyrabbitltc/railway-mcp", "version": "2.3.1", "main": "build/index.js", "type": "module", "scripts": { "init": "ts-patch install -s", "build": "tsc && tsc-alias", "dev": "concurrently \"tsc --watch\" \"npx -y @modelcontextprotocol/inspector node build/index.js\"", "postbuild": "chmod +x build/index.js", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "bin": { "railway-mcp": "build/index.js" }, "files": [ "build" ], "keywords": [ "railway", "mcp", "api", "cli", "model-context-protocol", "railway-app", "enterprise", "infrastructure", "devops", "ai-assistant", "cloud-deployment", "github-integration", "database-management", "security", "monitoring", "backup", "compliance" ], "author": { "name": "CrazyRabbitLTC", "email": "dennison@dennison.tech", "url": "https://github.com/crazyrabbitLTC" }, "contributors": [ { "name": "Jason Tan", "url": "https://github.com/jason-tan-swe", "role": "Original Creator" } ], "license": "MIT", "description": "Railway MCP Server - 146+ tools with 100% Railway API coverage, comprehensive MCP testing framework, and real infrastructure management through AI assistants. Enhanced version with enterprise features, based on original work by Jason Tan.", "repository": { "type": "git", "url": "git+https://github.com/crazyrabbitLTC/railway-mcp.git" }, "bugs": { "url": "https://github.com/crazyrabbitLTC/railway-mcp/issues" }, "homepage": "https://github.com/crazyrabbitLTC/railway-mcp#readme", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "zod": "^3.24.2" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/node": "^20.17.22", "concurrently": "^9.1.2", "nodemon": "^3.1.9", "semantic-release": "^22.0.0", "ts-node": "^10.9.2", "ts-patch": "^3.3.0", "tsc-alias": "^1.8.11", "tsconfig-paths": "^4.2.0", "typescript": "^5.8.2", "typescript-transform-paths": "^3.5.3" } }