-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmcp.json
More file actions
181 lines (181 loc) · 6.14 KB
/
Copy pathmcp.json
File metadata and controls
181 lines (181 loc) · 6.14 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"$schema": "https://pulsemcp.github.io/air/schemas/mcp.schema.json",
"playwright-custom": {
"title": "Playwright Custom",
"description": "Playwright MCP server for browser automation and screenshots.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"playwright-stealth-mcp-server@latest"
],
"env": {
"STEALTH_MODE": "false",
"HEADLESS": "true"
},
"default_in_roots": [
"zimmer"
]
},
"context7": {
"title": "Context7",
"description": "Up-to-date library documentation lookup.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
]
},
"linear": {
"title": "Linear",
"description": "Linear issue tracking MCP server.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tacticlaunch/mcp-linear@latest"
]
},
"remote-fs-screenshots": {
"title": "Remote FS Screenshots",
"description": "Remote filesystem MCP server for persisting and sharing screenshots.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remote-filesystem-mcp-server@latest"
]
},
"twist-wolfbot": {
"title": "Twist",
"description": "Twist messaging MCP server.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"twist-mcp@latest"
]
},
"zimmer": {
"title": "Zimmer",
"description": "Zimmer's native MCP server — the full tool surface (sessions, notifications, triggers, health) of the Zimmer instance running the session.",
"type": "streamable-http",
"url": "https://zimmer.example.com/mcp",
"headers": {
"X-API-Key": "${ZIMMER_PROD_API_KEY}"
}
},
"zimmer-sessions": {
"title": "Zimmer Sessions",
"description": "Zimmer's native MCP server, scoped to session orchestration (search/get/start/act on other sessions).",
"type": "streamable-http",
"url": "https://zimmer.example.com/mcp?tool_groups=sessions",
"headers": {
"X-API-Key": "${ZIMMER_PROD_API_KEY}"
}
},
"zimmer-fleet": {
"title": "Zimmer Fleet",
"description": "Zimmer's native MCP server, scoped to what a fleet-maintenance session needs: session orchestration plus the read-only spot policy it must respect before starting anything.",
"type": "streamable-http",
"url": "https://zimmer.example.com/mcp?tool_groups=sessions,health_readonly",
"headers": {
"X-API-Key": "${ZIMMER_PROD_API_KEY}"
},
"default_in_roots": [
"fleet-maintenance"
]
},
"zimmer-self-session": {
"title": "Zimmer Self-Session",
"description": "Zimmer's native MCP server, scoped to self-management (own notes/title/heartbeat/archive, push notifications, wake-ups). Auto-injected into every session — list it explicitly only to pin it.",
"type": "streamable-http",
"url": "https://zimmer.example.com/mcp?tool_groups=self_session",
"headers": {
"X-API-Key": "${ZIMMER_PROD_API_KEY}"
}
},
"zimmer-gate-decisions": {
"title": "Zimmer Gate Decisions",
"description": "Zimmer's native MCP server, scoped to the agent gates' decision ledger: search past pr-merge-gate / issue-work-gate ratings, read the human corrections to them, and record a new one. gate_decisions is an opt-in tool group, so this is the only catalog entry that reaches those tools — the unscoped zimmer entry does not carry them, and carrying session orchestration does not carry the ability to write gate ratings. No tool here writes human feedback — that is the browser surface only.",
"type": "streamable-http",
"url": "https://zimmer.example.com/mcp?tool_groups=gate_decisions",
"headers": {
"X-API-Key": "${ZIMMER_PROD_API_KEY}"
}
},
"zimmer-work-backlog": {
"title": "Zimmer Work Backlog",
"description": "Zimmer's native MCP server, scoped to the agent fleet's work backlog: read the ranked queue of gate-cleared issues, append one the issue work gate just cleared, and pull the top items into spot implementing sessions. work_backlog is an opt-in tool group, so this is the only catalog entry that reaches those tools — the unscoped zimmer entry does not carry them, and carrying session orchestration does not carry the ability to enqueue work. No tool here pins, hand-places, removes by judgement, or promotes an item to a priority session — those are the REST surface only.",
"type": "streamable-http",
"url": "https://zimmer.example.com/mcp?tool_groups=work_backlog",
"headers": {
"X-API-Key": "${ZIMMER_PROD_API_KEY}"
}
},
"figma": {
"title": "Figma",
"description": "Figma design MCP server (hosted, streamable-http). OAuth via browser flow.",
"type": "streamable-http",
"url": "https://mcp.figma.com/mcp"
},
"image-diff": {
"title": "Image Diff",
"description": "Pixel image-diff MCP server.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"image-diff-mcp@latest"
]
},
"svg-tracer": {
"title": "Svg Tracer",
"description": "Bitmap-to-SVG tracer MCP server.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pulsemcp/svg-tracer-mcp-server@latest"
]
},
"slack-workspace": {
"title": "Slack Workspace",
"description": "Slack workspace MCP server.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slack-workspace-mcp-server@latest"
],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}"
}
},
"tally": {
"title": "Tally",
"description": "Tally forms MCP server.",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tally-mcp@latest"
]
},
"notion": {
"title": "Notion",
"description": "Notion MCP server (hosted, streamable-http). OAuth via browser flow.",
"type": "streamable-http",
"url": "https://mcp.notion.com/mcp"
},
"secrets-service-account": {
"title": "Secrets Service Account",
"description": "Strad-hosted secrets MCP server — read Zimmer's own parameter/secret inventory through strad.",
"type": "streamable-http",
"url": "https://strad.tadasant.com/mcp?servers=secrets",
"headers": {
"Authorization": "Bearer ${STRAD_API_KEY}"
}
}
}