{
  "manifest_version": "1.0.0",
  "template": {
    "id": "761f041c-b947-470f-b8c5-2536218795c0",
    "slug": "google-drive-mcp",
    "name": "Google Drive MCP",
    "description": "MCP server for Google Docs, Sheets, Drive, Gmail, Calender",
    "url": "https://railway.com/deploy/google-drive-mcp",
    "upstream": {
      "repo_url": "https://github.com/iqbalexperience/google-drive-mcp"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "google-drive-mcp",
      "source": {
        "repo": "https://github.com/iqbalexperience/google-drive-mcp"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "BASE_URL",
      "service": "google-drive-mcp",
      "description": "Provide a value for BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "MCP_TRANSPORT",
      "service": "google-drive-mcp",
      "description": "Provide a value for MCP_TRANSPORT.",
      "secret": false,
      "strategy": "default",
      "default": "httpStream"
    },
    {
      "key": "JWT_SIGNING_KEY",
      "service": "google-drive-mcp",
      "description": "Provide a value for JWT_SIGNING_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "GOOGLE_CLIENT_ID",
      "service": "google-drive-mcp",
      "description": "Get from https://console.cloud.google.com/apis/credentials with web application. Enable all drive apis in google cloud also.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GOOGLE_CLIENT_SECRET",
      "service": "google-drive-mcp",
      "description": "Get from https://console.cloud.google.com/apis/credentials with web application. Enable all drive apis in google cloud also.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "google-drive-mcp"
      }
    },
    "cli": "railway deploy --template google-drive-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "761f041c-b947-470f-b8c5-2536218795c0",
            "serializedConfig": {
              "services": {
                "64b69763-da1b-4b5e-9605-1e83ab10d36a": {
                  "name": "google-drive-mcp",
                  "source": {
                    "repo": "iqbalexperience/google-drive-mcp",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "BASE_URL": {
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "MCP_TRANSPORT": {
                      "defaultValue": "httpStream"
                    },
                    "JWT_SIGNING_KEY": {
                      "defaultValue": "{{JWT_SIGNING_KEY}}"
                    },
                    "GOOGLE_CLIENT_ID": {
                      "description": "Get from https://console.cloud.google.com/apis/credentials with web application. Enable all drive apis in google cloud also.",
                      "defaultValue": "{{GOOGLE_CLIENT_ID}}"
                    },
                    "GOOGLE_CLIENT_SECRET": {
                      "description": "Get from https://console.cloud.google.com/apis/credentials with web application. Enable all drive apis in google cloud also.",
                      "defaultValue": "{{GOOGLE_CLIENT_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "64b69763-da1b-4b5e-9605-1e83ab10d36a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
