{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4edbb01c-deb2-42b7-8b13-32f02fed653e",
    "slug": "vantagepeers-mcp",
    "name": "VantagePeers MCP",
    "description": "AI agent coordination: memory, messaging, tasks, knowledge. + OAuth 2.1.",
    "url": "https://railway.com/deploy/vantagepeers-mcp",
    "upstream": {
      "repo_url": "https://github.com/vantageos-agency/vantage-peers"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "vantage-peers",
      "source": {
        "repo": "https://github.com/vantageos-agency/vantage-peers"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NODE_ENV",
      "service": "vantage-peers",
      "description": "Node.js runtime mode. Set to \"production\" for self-host deploy. Use \"development\" only for local debugging.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "CONVEX_URL_INTERNAL",
      "service": "vantage-peers",
      "description": "Convex deployment URL (full https:// URL ending in .convex.cloud). The MCP server uses this to call your Convex backend. Find it in your Convex dashboard → Settings → URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "BEARER_SECRET_MASTER",
      "service": "vantage-peers",
      "description": "Master bearer token securing MCP server HTTP endpoints. Generate a 32+ character random secret (e.g. openssl rand -hex 32). Required to authenticate Claude Code clients connecting in Mode B HTTP.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vantagepeers-mcp"
      }
    },
    "cli": "railway deploy --template vantagepeers-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4edbb01c-deb2-42b7-8b13-32f02fed653e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "05830dd0-7bfd-429b-a3f1-4d4d7df53c38": {
                  "icon": "https://www.vantagepeers.com/apple-touch-icon.png",
                  "name": "vantage-peers",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/vantageos-agency/vantage-peers",
                    "rootDirectory": "/mcp-server"
                  },
                  "variables": {
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "Node.js runtime mode. Set to \"production\" for self-host deploy. Use \"development\" only for local debugging.",
                      "defaultValue": "production"
                    },
                    "CONVEX_URL_INTERNAL": {
                      "isOptional": false,
                      "description": "Convex deployment URL (full https:// URL ending in .convex.cloud). The MCP server uses this to call your Convex backend. Find it in your Convex dashboard → Settings → URL.",
                      "defaultValue": "{{CONVEX_URL_INTERNAL}}"
                    },
                    "BEARER_SECRET_MASTER": {
                      "isOptional": false,
                      "description": "Master bearer token securing MCP server HTTP endpoints. Generate a 32+ character random secret (e.g. openssl rand -hex 32). Required to authenticate Claude Code clients connecting in Mode B HTTP.",
                      "defaultValue": "{{BEARER_SECRET_MASTER}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "vantage-peers",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
