-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (32 loc) · 1.15 KB
/
Copy pathrender.yaml
File metadata and controls
34 lines (32 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
services:
- type: web
name: madmcp-server
runtime: node
plan: free
buildCommand: npm install
startCommand: npm start
healthCheckPath: /health
envVars:
# Auto-generated by Render at deploy time — solves the #1 amateur
# footgun (deploying with /mcp wide open because this got skipped).
- key: MCP_SHARED_KEY
generateValue: true
# Connector tokens are all optional and independent. Leave any of
# these blank in the Render UI to skip that connector — its tools
# will just fail at call time rather than blocking the others.
- key: GITHUB_TOKEN
sync: false
- key: NOTION_TOKEN
sync: false
- key: MEM0_API_KEY
sync: false
- key: CLOUDFLARE_API_TOKEN
sync: false
- key: CLOUDFLARE_ACCOUNT_ID
sync: false
- key: GEMINI_API_KEY
sync: false
# IP_ALLOWLIST_ENABLED and ALLOWED_IP_RANGES are intentionally omitted
# here so config.js's defaults apply (allowlist ON, pre-set to
# Claude's published connector range) — correct out of the box for
# the target use case (connecting from Claude.ai).