{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4f8d1b24-3e71-4442-968c-a4547312a21d",
    "slug": "graphiti-mcp-but-working-railway",
    "name": "graphiti-mcp-but-working-railway",
    "description": "Railway-friendly template/fork of michabbb/graphiti-mcp-but-working",
    "url": "https://railway.com/deploy/graphiti-mcp-but-working-railway",
    "upstream": {
      "repo_url": "https://github.com/trichard3000/graphiti-mcp-but-working-railway"
    }
  },
  "services": [
    {
      "name": "graphiti-mcp-but-working-railway",
      "source": {
        "repo": "https://github.com/trichard3000/graphiti-mcp-but-working-railway"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "NEO4J_URI",
      "service": "graphiti-mcp-but-working-railway",
      "description": "URI for Neo4j Bolt service",
      "secret": false,
      "strategy": "default",
      "default": "bolt://neo4j:7687"
    },
    {
      "key": "MODEL_NAME",
      "service": "graphiti-mcp-but-working-railway",
      "description": "LLM model name",
      "secret": false,
      "strategy": "default",
      "default": "gpt-5-mini"
    },
    {
      "key": "NEO4J_USER",
      "service": "graphiti-mcp-but-working-railway",
      "description": "User for Neo4j database",
      "secret": false,
      "strategy": "default",
      "default": "neo4j"
    },
    {
      "key": "REDIS_HOST",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Hostname for Redis",
      "secret": false,
      "strategy": "default",
      "default": "redis"
    },
    {
      "key": "REDIS_PORT",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Port for Redis",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "ALLOWED_HOSTS",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Default to template name.  Needed to start.",
      "secret": false,
      "strategy": "default",
      "default": "graphiti-mcp-but-working-railway"
    },
    {
      "key": "NEO4J_PASSWORD",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Password for Neo4j database",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Key for OpenAI API",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Password for Redis instance",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "CLEAR_GRAPH_PASSWORD",
      "service": "graphiti-mcp-but-working-railway",
      "description": "Password to use when clearing the Graph db",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "graphiti-mcp-but-working-railway"
      }
    },
    "cli": "railway deploy --template graphiti-mcp-but-working-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4f8d1b24-3e71-4442-968c-a4547312a21d",
            "serializedConfig": {
              "services": {
                "8a3c34fc-1e34-4463-91a5-5e33019d70d3": {
                  "icon": "https://devicons.railway.com/i/github-dark.svg",
                  "name": "graphiti-mcp-but-working-railway",
                  "source": {
                    "repo": "trichard3000/graphiti-mcp-but-working-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "NEO4J_URI": {
                      "isOptional": false,
                      "description": "URI for Neo4j Bolt service",
                      "defaultValue": "bolt://neo4j:7687"
                    },
                    "MODEL_NAME": {
                      "isOptional": false,
                      "description": "LLM model name",
                      "defaultValue": "gpt-5-mini"
                    },
                    "NEO4J_USER": {
                      "isOptional": false,
                      "description": "User for Neo4j database",
                      "defaultValue": "neo4j"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Hostname for Redis",
                      "defaultValue": "redis"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Port for Redis",
                      "defaultValue": "6379"
                    },
                    "ALLOWED_HOSTS": {
                      "isOptional": false,
                      "description": "Default to template name.  Needed to start.",
                      "defaultValue": "graphiti-mcp-but-working-railway"
                    },
                    "NEO4J_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for Neo4j database",
                      "defaultValue": "{{NEO4J_PASSWORD}}"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "Key for OpenAI API",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for Redis instance",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "CLEAR_GRAPH_PASSWORD": {
                      "isOptional": false,
                      "description": "Password to use when clearing the Graph db",
                      "defaultValue": "{{CLEAR_GRAPH_PASSWORD}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T04:32:48.617Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0d679bfb782d43c0b76c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 98,
    "typical_build_seconds": 71,
    "typical_start_seconds": 10,
    "slowest_service": "graphiti-mcp-but-working-railway"
  }
}
