-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
24 lines (24 loc) · 814 Bytes
/
render.yaml
File metadata and controls
24 lines (24 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
services:
# ── Unified MCP Server (TypeScript) ─────────────────────────────
# All MCP tools in a single service: research, narrative, verification,
# knowledge, documents, planning, memory, search, financial.
# 76 tools across 9 domains for external agent consumption.
- type: web
name: nodebench-mcp-unified
runtime: docker
dockerfilePath: mcp_tools/gateway_server/Dockerfile
dockerContext: mcp_tools/gateway_server
plan: starter
region: oregon
healthCheckPath: /health
envVars:
- key: PORT
value: "10000"
- key: MCP_HTTP_HOST
value: "0.0.0.0"
- key: MCP_HTTP_TOKEN
sync: false
- key: CONVEX_URL
sync: false
- key: MCP_SECRET
sync: false