{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1d5ff6b8-6a4b-4160-9750-f2de1ac94846",
    "slug": "mcp-servers",
    "name": "MCP Servers",
    "description": "MCP gateway — expose web fetch, memory, and reasoning tools to AI clients.",
    "url": "https://railway.com/deploy/mcp-servers",
    "upstream": {
      "repo_url": "https://github.com/Sokanon/railway-mcp-servers"
    }
  },
  "services": [
    {
      "name": "mcp-servers",
      "source": {
        "repo": "https://github.com/Sokanon/railway-mcp-servers"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "mcp-servers",
      "description": "Gateway HTTP Port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mcp-servers"
      }
    },
    "cli": "railway deploy --template mcp-servers",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1d5ff6b8-6a4b-4160-9750-f2de1ac94846",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a01ac4e1-7597-46ec-af3c-83a48e648477": {
                  "icon": null,
                  "name": "mcp-servers",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "repo": "https://github.com/Sokanon/railway-mcp-servers",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Gateway HTTP Port",
                      "defaultValue": "8080"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-12T22:14:39.841Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T16:50:11.654Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f5acc9f6a7d045829d18",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 112,
    "typical_build_seconds": 35,
    "typical_start_seconds": 10,
    "slowest_service": "mcp-servers"
  }
}
