keap-mcp-2026-complete/railway.json
Jake Shore 2145728275 Initial commit: Keap MCP Server 2026 Complete Version
- 100+ API tools
- Full Keap API coverage
- Claude Desktop integration
- Railway deployment support
- Docker containerization
- Comprehensive documentation
2026-02-02 06:50:21 -05:00

11 lines
227 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "npm start",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}