{
  "manifest_version": "1.0.0",
  "template": {
    "id": "03d02f80-3596-4cfc-a054-b27c65337179",
    "slug": "railway-and-github-mcp-for-claude-connec",
    "name": "Railway and Github MCP for Claude Connector",
    "description": "Connector for Claude (or ChatGPT) that manages Railway and GitHub repos",
    "url": "https://railway.com/deploy/railway-and-github-mcp-for-claude-connec",
    "upstream": {
      "repo_url": "https://github.com/samaybar/railway-claude-mcp"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "railway-claude-mcp-combined",
      "source": {
        "repo": "https://github.com/samaybar/railway-claude-mcp"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ALLOWED_RAILWAY_EMAILS",
      "service": "railway-claude-mcp-combined",
      "description": "railway account email to be used with this connector",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "railway-and-github-mcp-for-claude-connec"
      }
    },
    "cli": "railway deploy --template railway-and-github-mcp-for-claude-connec",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "03d02f80-3596-4cfc-a054-b27c65337179",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f243f1c5-3c36-46cb-a72c-dc7d5e2d357c": {
                  "icon": null,
                  "name": "railway-claude-mcp-combined",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/samaybar/railway-claude-mcp",
                    "rootDirectory": "combined"
                  },
                  "variables": {
                    "GITHUB_TOKEN": {
                      "isOptional": true,
                      "description": " Repository access: All (or selected) · Permissions: Metadata: Read, Contents: Read/Write, Pull requests: Read/Write, Administration: Read/Write",
                      "defaultValue": ""
                    },
                    "ALLOWED_RAILWAY_EMAILS": {
                      "isOptional": false,
                      "description": "railway account email to be used with this connector",
                      "defaultValue": "{{ALLOWED_RAILWAY_EMAILS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f243f1c5-3c36-46cb-a72c-dc7d5e2d357c": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "railway-claude-mcp-combined",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
