start-vibing 2.0.8 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +177 -176
  2. package/dist/cli.js +38 -11
  3. package/package.json +42 -42
  4. package/template/.claude/CLAUDE.md +174 -152
  5. package/template/.claude/agents/01-orchestration/agent-selector.md +130 -123
  6. package/template/.claude/agents/01-orchestration/checkpoint-manager.md +142 -131
  7. package/template/.claude/agents/01-orchestration/context-manager.md +138 -124
  8. package/template/.claude/agents/01-orchestration/error-recovery.md +182 -176
  9. package/template/.claude/agents/01-orchestration/orchestrator.md +114 -107
  10. package/template/.claude/agents/01-orchestration/parallel-coordinator.md +141 -130
  11. package/template/.claude/agents/01-orchestration/task-decomposer.md +121 -118
  12. package/template/.claude/agents/01-orchestration/workflow-router.md +114 -111
  13. package/template/.claude/agents/02-typescript/bun-runtime-expert.md +197 -180
  14. package/template/.claude/agents/02-typescript/esm-resolver.md +193 -187
  15. package/template/.claude/agents/02-typescript/import-alias-enforcer.md +158 -149
  16. package/template/.claude/agents/02-typescript/ts-generics-helper.md +183 -165
  17. package/template/.claude/agents/02-typescript/ts-migration-helper.md +238 -227
  18. package/template/.claude/agents/02-typescript/ts-strict-checker.md +180 -162
  19. package/template/.claude/agents/02-typescript/ts-types-analyzer.md +199 -185
  20. package/template/.claude/agents/02-typescript/type-definition-writer.md +187 -183
  21. package/template/.claude/agents/02-typescript/zod-schema-designer.md +212 -197
  22. package/template/.claude/agents/02-typescript/zod-validator.md +158 -153
  23. package/template/.claude/agents/03-testing/playwright-assertions.md +265 -255
  24. package/template/.claude/agents/03-testing/playwright-e2e.md +247 -245
  25. package/template/.claude/agents/03-testing/playwright-fixtures.md +234 -240
  26. package/template/.claude/agents/03-testing/playwright-multi-viewport.md +256 -261
  27. package/template/.claude/agents/03-testing/playwright-page-objects.md +247 -247
  28. package/template/.claude/agents/03-testing/test-cleanup-manager.md +248 -256
  29. package/template/.claude/agents/03-testing/test-data-generator.md +254 -266
  30. package/template/.claude/agents/03-testing/tester-integration.md +278 -278
  31. package/template/.claude/agents/03-testing/tester-unit.md +207 -204
  32. package/template/.claude/agents/03-testing/vitest-config.md +287 -289
  33. package/template/.claude/agents/04-docker/container-health.md +255 -239
  34. package/template/.claude/agents/04-docker/deployment-validator.md +225 -217
  35. package/template/.claude/agents/04-docker/docker-compose-designer.md +281 -268
  36. package/template/.claude/agents/04-docker/docker-env-manager.md +235 -228
  37. package/template/.claude/agents/04-docker/docker-multi-stage.md +241 -229
  38. package/template/.claude/agents/04-docker/dockerfile-optimizer.md +208 -204
  39. package/template/.claude/agents/05-database/data-migration.md +0 -293
  40. package/template/.claude/agents/05-database/database-seeder.md +273 -270
  41. package/template/.claude/agents/05-database/mongodb-query-optimizer.md +230 -219
  42. package/template/.claude/agents/05-database/mongoose-aggregation.md +306 -280
  43. package/template/.claude/agents/05-database/mongoose-index-optimizer.md +182 -174
  44. package/template/.claude/agents/05-database/mongoose-schema-designer.md +267 -267
  45. package/template/.claude/agents/06-security/auth-session-validator.md +68 -65
  46. package/template/.claude/agents/06-security/input-sanitizer.md +80 -81
  47. package/template/.claude/agents/06-security/owasp-checker.md +97 -87
  48. package/template/.claude/agents/06-security/permission-auditor.md +100 -95
  49. package/template/.claude/agents/06-security/security-auditor.md +84 -82
  50. package/template/.claude/agents/06-security/sensitive-data-scanner.md +83 -85
  51. package/template/.claude/agents/07-documentation/api-documenter.md +136 -131
  52. package/template/.claude/agents/07-documentation/changelog-manager.md +105 -96
  53. package/template/.claude/agents/07-documentation/documenter.md +76 -73
  54. package/template/.claude/agents/07-documentation/domain-updater.md +81 -74
  55. package/template/.claude/agents/07-documentation/jsdoc-generator.md +114 -114
  56. package/template/.claude/agents/07-documentation/readme-generator.md +135 -132
  57. package/template/.claude/agents/08-git/branch-manager.md +58 -58
  58. package/template/.claude/agents/08-git/commit-manager.md +63 -61
  59. package/template/.claude/agents/08-git/pr-creator.md +76 -72
  60. package/template/.claude/agents/09-quality/code-reviewer.md +71 -64
  61. package/template/.claude/agents/09-quality/quality-checker.md +67 -67
  62. package/template/.claude/agents/10-research/best-practices-finder.md +89 -82
  63. package/template/.claude/agents/10-research/competitor-analyzer.md +106 -96
  64. package/template/.claude/agents/10-research/pattern-researcher.md +93 -86
  65. package/template/.claude/agents/10-research/research-cache-manager.md +76 -75
  66. package/template/.claude/agents/10-research/research-web.md +98 -91
  67. package/template/.claude/agents/10-research/tech-evaluator.md +101 -94
  68. package/template/.claude/agents/11-ui-ux/accessibility-auditor.md +136 -128
  69. package/template/.claude/agents/11-ui-ux/design-system-enforcer.md +125 -116
  70. package/template/.claude/agents/11-ui-ux/skeleton-generator.md +118 -120
  71. package/template/.claude/agents/11-ui-ux/ui-desktop.md +132 -126
  72. package/template/.claude/agents/11-ui-ux/ui-mobile.md +98 -94
  73. package/template/.claude/agents/11-ui-ux/ui-tablet.md +110 -111
  74. package/template/.claude/agents/12-performance/api-latency-analyzer.md +156 -149
  75. package/template/.claude/agents/12-performance/bundle-analyzer.md +113 -107
  76. package/template/.claude/agents/12-performance/memory-leak-detector.md +137 -126
  77. package/template/.claude/agents/12-performance/performance-profiler.md +115 -108
  78. package/template/.claude/agents/12-performance/query-optimizer.md +124 -116
  79. package/template/.claude/agents/12-performance/render-optimizer.md +154 -148
  80. package/template/.claude/agents/13-debugging/build-error-fixer.md +207 -188
  81. package/template/.claude/agents/13-debugging/debugger.md +149 -137
  82. package/template/.claude/agents/13-debugging/error-stack-analyzer.md +141 -131
  83. package/template/.claude/agents/13-debugging/network-debugger.md +208 -185
  84. package/template/.claude/agents/13-debugging/runtime-error-fixer.md +181 -173
  85. package/template/.claude/agents/13-debugging/type-error-resolver.md +185 -173
  86. package/template/.claude/agents/14-validation/final-validator.md +93 -83
  87. package/template/.claude/agents/_backup/analyzer.md +134 -125
  88. package/template/.claude/agents/_backup/code-reviewer.md +279 -272
  89. package/template/.claude/agents/_backup/commit-manager.md +219 -212
  90. package/template/.claude/agents/_backup/debugger.md +280 -271
  91. package/template/.claude/agents/_backup/documenter.md +237 -220
  92. package/template/.claude/agents/_backup/domain-updater.md +197 -194
  93. package/template/.claude/agents/_backup/final-validator.md +169 -164
  94. package/template/.claude/agents/_backup/orchestrator.md +149 -138
  95. package/template/.claude/agents/_backup/performance.md +232 -228
  96. package/template/.claude/agents/_backup/quality-checker.md +240 -240
  97. package/template/.claude/agents/_backup/research.md +315 -299
  98. package/template/.claude/agents/_backup/security-auditor.md +192 -186
  99. package/template/.claude/agents/_backup/tester.md +566 -564
  100. package/template/.claude/agents/_backup/ui-ux-reviewer.md +247 -242
  101. package/template/.claude/commands/feature.md +48 -48
  102. package/template/.claude/config/README.md +30 -30
  103. package/template/.claude/config/mcp-config.json +344 -330
  104. package/template/.claude/config/project-config.json +53 -53
  105. package/template/.claude/config/quality-gates.json +46 -46
  106. package/template/.claude/config/security-rules.json +45 -45
  107. package/template/.claude/config/testing-config.json +164 -168
  108. package/template/.claude/hooks/SETUP.md +126 -126
  109. package/template/.claude/hooks/run-hook.ts +176 -172
  110. package/template/.claude/hooks/stop-validator.ts +825 -353
  111. package/template/.claude/hooks/user-prompt-submit.ts +886 -794
  112. package/template/.claude/scripts/mcp-quick-install.ts +151 -151
  113. package/template/.claude/scripts/setup-mcps.ts +651 -628
  114. package/template/.claude/settings.json +275 -276
  115. package/template/.claude/skills/bun-runtime/SKILL.md +430 -430
  116. package/template/.claude/skills/codebase-knowledge/SKILL.md +145 -145
  117. package/template/.claude/skills/codebase-knowledge/domains/claude-system.md +431 -403
  118. package/template/.claude/skills/codebase-knowledge/domains/mcp-integration.md +295 -281
  119. package/template/.claude/skills/debugging-patterns/SKILL.md +485 -484
  120. package/template/.claude/skills/docker-patterns/SKILL.md +555 -547
  121. package/template/.claude/skills/docs-tracker/SKILL.md +239 -239
  122. package/template/.claude/skills/final-check/SKILL.md +284 -284
  123. package/template/.claude/skills/git-workflow/SKILL.md +454 -454
  124. package/template/.claude/skills/mongoose-patterns/SKILL.md +499 -512
  125. package/template/.claude/skills/nextjs-app-router/SKILL.md +327 -337
  126. package/template/.claude/skills/performance-patterns/SKILL.md +547 -549
  127. package/template/.claude/skills/playwright-automation/SKILL.md +438 -438
  128. package/template/.claude/skills/quality-gate/SKILL.md +294 -294
  129. package/template/.claude/skills/react-patterns/SKILL.md +389 -376
  130. package/template/.claude/skills/research-cache/SKILL.md +222 -207
  131. package/template/.claude/skills/security-scan/SKILL.md +222 -222
  132. package/template/.claude/skills/shadcn-ui/SKILL.md +511 -520
  133. package/template/.claude/skills/tailwind-patterns/SKILL.md +465 -467
  134. package/template/.claude/skills/test-coverage/SKILL.md +467 -464
  135. package/template/.claude/skills/trpc-api/SKILL.md +434 -435
  136. package/template/.claude/skills/typescript-strict/SKILL.md +367 -368
  137. package/template/.claude/skills/ui-ux-audit/SKILL.md +254 -254
  138. package/template/.claude/skills/zod-validation/SKILL.md +403 -405
  139. package/template/CLAUDE.md +25 -25
@@ -1,330 +1,344 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$comment": "MCP Server Configuration - Recommended servers based on project stack and security review",
4
-
5
- "metadata": {
6
- "version": "1.0.0",
7
- "lastUpdated": "2025-01-04",
8
- "researchSources": [
9
- "https://modelcontextprotocol.io/specification/2025-11-25",
10
- "https://registry.modelcontextprotocol.io",
11
- "https://github.com/modelcontextprotocol/servers",
12
- "https://github.com/punkpeye/awesome-mcp-servers",
13
- "https://docs.docker.com/ai/mcp-catalog-and-toolkit/catalog/"
14
- ]
15
- },
16
-
17
- "tiers": {
18
- "core": {
19
- "description": "Essential MCPs for daily development - Must install",
20
- "servers": ["github", "nextjs-devtools", "mongodb", "playwright", "context7", "sequential-thinking"]
21
- },
22
- "productivity": {
23
- "description": "Enhanced productivity and monitoring",
24
- "servers": ["sentry", "figma", "brave-search", "memory", "time"]
25
- },
26
- "infrastructure": {
27
- "description": "DevOps and infrastructure tools",
28
- "servers": ["docker-hub", "upstash", "fetch"]
29
- }
30
- },
31
-
32
- "servers": {
33
- "github": {
34
- "name": "GitHub MCP Server",
35
- "description": "Official GitHub server for repository management, issues, PRs, and CI/CD",
36
- "tier": "core",
37
- "verified": true,
38
- "publisher": "github",
39
- "repository": "https://github.com/github/github-mcp-server",
40
- "transport": "http",
41
- "config": {
42
- "remote": {
43
- "url": "https://api.githubcopilot.com/mcp/"
44
- },
45
- "local": {
46
- "command": "docker",
47
- "args": ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"]
48
- }
49
- },
50
- "envVars": ["GITHUB_PERSONAL_ACCESS_TOKEN"],
51
- "requiredPermissions": ["repo", "read:org", "read:user"],
52
- "agentMappings": ["commit-manager", "code-reviewer", "quality-checker"],
53
- "securityNotes": "Use fine-grained PAT with minimal scopes. Never commit tokens."
54
- },
55
-
56
- "nextjs-devtools": {
57
- "name": "Next.js DevTools MCP",
58
- "description": "Official Vercel server for Next.js 16+ development with error detection and live state",
59
- "tier": "core",
60
- "verified": true,
61
- "publisher": "vercel",
62
- "repository": "https://github.com/vercel/next-devtools-mcp",
63
- "transport": "stdio",
64
- "config": {
65
- "command": "npx",
66
- "args": ["-y", "next-devtools-mcp@latest"]
67
- },
68
- "envVars": [],
69
- "requiredPermissions": [],
70
- "agentMappings": ["debugger", "performance", "quality-checker"],
71
- "securityNotes": "Safe - connects to local dev server only"
72
- },
73
-
74
- "mongodb": {
75
- "name": "MongoDB MCP Server",
76
- "description": "Official MongoDB server for database operations on Atlas and local MongoDB",
77
- "tier": "core",
78
- "verified": true,
79
- "publisher": "mongodb-js",
80
- "repository": "https://github.com/mongodb-js/mongodb-mcp-server",
81
- "transport": "stdio",
82
- "config": {
83
- "command": "npx",
84
- "args": ["-y", "@mongodb-js/mongodb-mcp-server"],
85
- "options": {
86
- "readOnly": false,
87
- "connectionString": "${MONGODB_URI}"
88
- }
89
- },
90
- "envVars": ["MONGODB_URI"],
91
- "requiredPermissions": ["database read/write"],
92
- "agentMappings": ["analyzer", "debugger", "performance"],
93
- "securityNotes": "Enable readOnly mode for production. Use connection strings with minimal privileges."
94
- },
95
-
96
- "playwright": {
97
- "name": "Playwright MCP Server",
98
- "description": "Official Microsoft server for browser automation and E2E testing",
99
- "tier": "core",
100
- "verified": true,
101
- "publisher": "microsoft",
102
- "repository": "https://github.com/microsoft/playwright-mcp",
103
- "transport": "stdio",
104
- "config": {
105
- "command": "npx",
106
- "args": ["-y", "@playwright/mcp@latest"]
107
- },
108
- "envVars": [],
109
- "requiredPermissions": [],
110
- "agentMappings": ["tester", "ui-ux-reviewer", "quality-checker"],
111
- "securityNotes": "Safe - runs in isolated browser context"
112
- },
113
-
114
- "context7": {
115
- "name": "Context7 MCP",
116
- "description": "Real-time, version-specific documentation for libraries and frameworks",
117
- "tier": "core",
118
- "verified": true,
119
- "publisher": "upstash",
120
- "repository": "https://github.com/upstash/context7",
121
- "transport": "stdio",
122
- "config": {
123
- "command": "npx",
124
- "args": ["-y", "@upstash/context7-mcp@latest"]
125
- },
126
- "envVars": [],
127
- "requiredPermissions": [],
128
- "agentMappings": ["research", "analyzer", "documenter"],
129
- "securityNotes": "Safe - read-only documentation fetching"
130
- },
131
-
132
- "sequential-thinking": {
133
- "name": "Sequential Thinking MCP",
134
- "description": "Structured reasoning for complex problem-solving and planning",
135
- "tier": "core",
136
- "verified": true,
137
- "publisher": "modelcontextprotocol",
138
- "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking",
139
- "transport": "stdio",
140
- "config": {
141
- "command": "npx",
142
- "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
143
- },
144
- "envVars": [],
145
- "requiredPermissions": [],
146
- "agentMappings": ["orchestrator", "analyzer", "debugger"],
147
- "securityNotes": "Safe - no external connections"
148
- },
149
-
150
- "sentry": {
151
- "name": "Sentry MCP Server",
152
- "description": "Error tracking, monitoring, and AI-powered debugging with Seer",
153
- "tier": "productivity",
154
- "verified": true,
155
- "publisher": "getsentry",
156
- "repository": "https://github.com/getsentry/sentry-mcp-stdio",
157
- "transport": "http",
158
- "config": {
159
- "url": "https://mcp.sentry.dev/mcp"
160
- },
161
- "envVars": [],
162
- "requiredPermissions": ["Sentry OAuth"],
163
- "agentMappings": ["debugger", "quality-checker", "performance"],
164
- "securityNotes": "Requires OAuth authentication to Sentry"
165
- },
166
-
167
- "figma": {
168
- "name": "Figma MCP Server",
169
- "description": "Design-to-code workflows with direct Figma integration",
170
- "tier": "productivity",
171
- "verified": true,
172
- "publisher": "figma",
173
- "repository": "https://github.com/figma/mcp-server-guide",
174
- "transport": "http",
175
- "config": {
176
- "url": "https://mcp.figma.com/mcp"
177
- },
178
- "envVars": [],
179
- "requiredPermissions": ["Figma OAuth"],
180
- "agentMappings": ["ui-ux-reviewer", "documenter"],
181
- "securityNotes": "Requires Figma account. Rate limited based on plan."
182
- },
183
-
184
- "brave-search": {
185
- "name": "Brave Search MCP",
186
- "description": "Privacy-first web search for research and current information",
187
- "tier": "productivity",
188
- "verified": true,
189
- "publisher": "modelcontextprotocol",
190
- "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search",
191
- "transport": "stdio",
192
- "config": {
193
- "command": "npx",
194
- "args": ["-y", "@modelcontextprotocol/server-brave-search"]
195
- },
196
- "envVars": ["BRAVE_API_KEY"],
197
- "requiredPermissions": [],
198
- "agentMappings": ["research", "ui-ux-reviewer"],
199
- "securityNotes": "Requires Brave Search API key. Free tier available."
200
- },
201
-
202
- "memory": {
203
- "name": "Memory MCP Server",
204
- "description": "Persistent context retention across sessions using knowledge graph",
205
- "tier": "productivity",
206
- "verified": true,
207
- "publisher": "modelcontextprotocol",
208
- "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory",
209
- "transport": "stdio",
210
- "config": {
211
- "command": "npx",
212
- "args": ["-y", "@modelcontextprotocol/server-memory"]
213
- },
214
- "envVars": [],
215
- "requiredPermissions": [],
216
- "agentMappings": ["orchestrator", "domain-updater", "commit-manager"],
217
- "securityNotes": "Stores data locally. Review stored data periodically."
218
- },
219
-
220
- "time": {
221
- "name": "Time MCP Server",
222
- "description": "Timezone conversion and scheduling capabilities",
223
- "tier": "productivity",
224
- "verified": true,
225
- "publisher": "modelcontextprotocol",
226
- "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/time",
227
- "transport": "stdio",
228
- "config": {
229
- "command": "uvx",
230
- "args": ["mcp-server-time"]
231
- },
232
- "envVars": [],
233
- "requiredPermissions": [],
234
- "agentMappings": ["commit-manager", "documenter"],
235
- "securityNotes": "Safe - no external connections"
236
- },
237
-
238
- "docker-hub": {
239
- "name": "Docker Hub MCP Server",
240
- "description": "Container image discovery and management from Docker Hub",
241
- "tier": "infrastructure",
242
- "verified": true,
243
- "publisher": "docker",
244
- "repository": "https://www.docker.com/blog/introducing-docker-hub-mcp-server/",
245
- "transport": "stdio",
246
- "config": {
247
- "command": "docker",
248
- "args": ["run", "-i", "--rm", "mcp/docker-hub"]
249
- },
250
- "envVars": ["DOCKER_HUB_PAT"],
251
- "requiredPermissions": ["Docker Hub account"],
252
- "agentMappings": ["quality-checker"],
253
- "securityNotes": "Use read-only tokens when possible"
254
- },
255
-
256
- "upstash": {
257
- "name": "Upstash MCP Server",
258
- "description": "Redis and rate limiting management for serverless applications",
259
- "tier": "infrastructure",
260
- "verified": true,
261
- "publisher": "upstash",
262
- "repository": "https://github.com/upstash/mcp-server",
263
- "transport": "stdio",
264
- "config": {
265
- "command": "npx",
266
- "args": ["-y", "@upstash/mcp-server@latest"]
267
- },
268
- "envVars": ["UPSTASH_EMAIL", "UPSTASH_API_KEY"],
269
- "requiredPermissions": ["Upstash account"],
270
- "agentMappings": ["performance", "security-auditor"],
271
- "securityNotes": "Use API keys with minimal permissions"
272
- },
273
-
274
- "fetch": {
275
- "name": "Fetch MCP Server",
276
- "description": "HTTP API requests and web content retrieval",
277
- "tier": "infrastructure",
278
- "verified": true,
279
- "publisher": "modelcontextprotocol",
280
- "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch",
281
- "transport": "stdio",
282
- "config": {
283
- "command": "uvx",
284
- "args": ["mcp-server-fetch"]
285
- },
286
- "envVars": [],
287
- "requiredPermissions": [],
288
- "agentMappings": ["research", "analyzer"],
289
- "securityNotes": "Be cautious with untrusted URLs - prompt injection risk"
290
- }
291
- },
292
-
293
- "security": {
294
- "guidelines": [
295
- "Only install verified MCPs from official publishers",
296
- "Use fine-grained tokens with minimal permissions",
297
- "Never commit API keys or tokens to version control",
298
- "Enable readOnly mode for production databases",
299
- "Review MCP source code before installation",
300
- "Use containerized MCPs when available for isolation",
301
- "Monitor MCP activity logs for unusual behavior"
302
- ],
303
- "redFlags": [
304
- "MCPs requesting excessive permissions",
305
- "Unverified publishers or missing repository",
306
- "MCPs that execute arbitrary shell commands",
307
- "MCPs with eval() or exec() in source code",
308
- "MCPs with recent CVEs or security advisories"
309
- ],
310
- "trustedPublishers": [
311
- "modelcontextprotocol",
312
- "anthropic",
313
- "github",
314
- "microsoft",
315
- "vercel",
316
- "mongodb-js",
317
- "upstash",
318
- "docker",
319
- "figma",
320
- "getsentry"
321
- ]
322
- },
323
-
324
- "installation": {
325
- "parallelLimit": 5,
326
- "timeout": 60000,
327
- "retryAttempts": 3,
328
- "scope": "project"
329
- }
330
- }
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$comment": "MCP Server Configuration - Recommended servers based on project stack and security review",
4
+
5
+ "metadata": {
6
+ "version": "1.0.0",
7
+ "lastUpdated": "2025-01-04",
8
+ "researchSources": [
9
+ "https://modelcontextprotocol.io/specification/2025-11-25",
10
+ "https://registry.modelcontextprotocol.io",
11
+ "https://github.com/modelcontextprotocol/servers",
12
+ "https://github.com/punkpeye/awesome-mcp-servers",
13
+ "https://docs.docker.com/ai/mcp-catalog-and-toolkit/catalog/"
14
+ ]
15
+ },
16
+
17
+ "tiers": {
18
+ "core": {
19
+ "description": "Essential MCPs for daily development - Must install",
20
+ "servers": [
21
+ "github",
22
+ "nextjs-devtools",
23
+ "mongodb",
24
+ "playwright",
25
+ "context7",
26
+ "sequential-thinking"
27
+ ]
28
+ },
29
+ "productivity": {
30
+ "description": "Enhanced productivity and monitoring",
31
+ "servers": ["sentry", "figma", "brave-search", "memory", "time"]
32
+ },
33
+ "infrastructure": {
34
+ "description": "DevOps and infrastructure tools",
35
+ "servers": ["docker-hub", "upstash", "fetch"]
36
+ }
37
+ },
38
+
39
+ "servers": {
40
+ "github": {
41
+ "name": "GitHub MCP Server",
42
+ "description": "Official GitHub server for repository management, issues, PRs, and CI/CD",
43
+ "tier": "core",
44
+ "verified": true,
45
+ "publisher": "github",
46
+ "repository": "https://github.com/github/github-mcp-server",
47
+ "transport": "http",
48
+ "config": {
49
+ "remote": {
50
+ "url": "https://api.githubcopilot.com/mcp/"
51
+ },
52
+ "local": {
53
+ "command": "docker",
54
+ "args": [
55
+ "run",
56
+ "-i",
57
+ "--rm",
58
+ "-e",
59
+ "GITHUB_PERSONAL_ACCESS_TOKEN",
60
+ "ghcr.io/github/github-mcp-server"
61
+ ]
62
+ }
63
+ },
64
+ "envVars": ["GITHUB_PERSONAL_ACCESS_TOKEN"],
65
+ "requiredPermissions": ["repo", "read:org", "read:user"],
66
+ "agentMappings": ["commit-manager", "code-reviewer", "quality-checker"],
67
+ "securityNotes": "Use fine-grained PAT with minimal scopes. Never commit tokens."
68
+ },
69
+
70
+ "nextjs-devtools": {
71
+ "name": "Next.js DevTools MCP",
72
+ "description": "Official Vercel server for Next.js 16+ development with error detection and live state",
73
+ "tier": "core",
74
+ "verified": true,
75
+ "publisher": "vercel",
76
+ "repository": "https://github.com/vercel/next-devtools-mcp",
77
+ "transport": "stdio",
78
+ "config": {
79
+ "command": "npx",
80
+ "args": ["-y", "next-devtools-mcp@latest"]
81
+ },
82
+ "envVars": [],
83
+ "requiredPermissions": [],
84
+ "agentMappings": ["debugger", "performance", "quality-checker"],
85
+ "securityNotes": "Safe - connects to local dev server only"
86
+ },
87
+
88
+ "mongodb": {
89
+ "name": "MongoDB MCP Server",
90
+ "description": "Official MongoDB server for database operations on Atlas and local MongoDB",
91
+ "tier": "core",
92
+ "verified": true,
93
+ "publisher": "mongodb-js",
94
+ "repository": "https://github.com/mongodb-js/mongodb-mcp-server",
95
+ "transport": "stdio",
96
+ "config": {
97
+ "command": "npx",
98
+ "args": ["-y", "@mongodb-js/mongodb-mcp-server"],
99
+ "options": {
100
+ "readOnly": false,
101
+ "connectionString": "${MONGODB_URI}"
102
+ }
103
+ },
104
+ "envVars": ["MONGODB_URI"],
105
+ "requiredPermissions": ["database read/write"],
106
+ "agentMappings": ["analyzer", "debugger", "performance"],
107
+ "securityNotes": "Enable readOnly mode for production. Use connection strings with minimal privileges."
108
+ },
109
+
110
+ "playwright": {
111
+ "name": "Playwright MCP Server",
112
+ "description": "Official Microsoft server for browser automation and E2E testing",
113
+ "tier": "core",
114
+ "verified": true,
115
+ "publisher": "microsoft",
116
+ "repository": "https://github.com/microsoft/playwright-mcp",
117
+ "transport": "stdio",
118
+ "config": {
119
+ "command": "npx",
120
+ "args": ["-y", "@playwright/mcp@latest"]
121
+ },
122
+ "envVars": [],
123
+ "requiredPermissions": [],
124
+ "agentMappings": ["tester", "ui-ux-reviewer", "quality-checker"],
125
+ "securityNotes": "Safe - runs in isolated browser context"
126
+ },
127
+
128
+ "context7": {
129
+ "name": "Context7 MCP",
130
+ "description": "Real-time, version-specific documentation for libraries and frameworks",
131
+ "tier": "core",
132
+ "verified": true,
133
+ "publisher": "upstash",
134
+ "repository": "https://github.com/upstash/context7",
135
+ "transport": "stdio",
136
+ "config": {
137
+ "command": "npx",
138
+ "args": ["-y", "@upstash/context7-mcp@latest"]
139
+ },
140
+ "envVars": [],
141
+ "requiredPermissions": [],
142
+ "agentMappings": ["research", "analyzer", "documenter"],
143
+ "securityNotes": "Safe - read-only documentation fetching"
144
+ },
145
+
146
+ "sequential-thinking": {
147
+ "name": "Sequential Thinking MCP",
148
+ "description": "Structured reasoning for complex problem-solving and planning",
149
+ "tier": "core",
150
+ "verified": true,
151
+ "publisher": "modelcontextprotocol",
152
+ "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking",
153
+ "transport": "stdio",
154
+ "config": {
155
+ "command": "npx",
156
+ "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
157
+ },
158
+ "envVars": [],
159
+ "requiredPermissions": [],
160
+ "agentMappings": ["orchestrator", "analyzer", "debugger"],
161
+ "securityNotes": "Safe - no external connections"
162
+ },
163
+
164
+ "sentry": {
165
+ "name": "Sentry MCP Server",
166
+ "description": "Error tracking, monitoring, and AI-powered debugging with Seer",
167
+ "tier": "productivity",
168
+ "verified": true,
169
+ "publisher": "getsentry",
170
+ "repository": "https://github.com/getsentry/sentry-mcp-stdio",
171
+ "transport": "http",
172
+ "config": {
173
+ "url": "https://mcp.sentry.dev/mcp"
174
+ },
175
+ "envVars": [],
176
+ "requiredPermissions": ["Sentry OAuth"],
177
+ "agentMappings": ["debugger", "quality-checker", "performance"],
178
+ "securityNotes": "Requires OAuth authentication to Sentry"
179
+ },
180
+
181
+ "figma": {
182
+ "name": "Figma MCP Server",
183
+ "description": "Design-to-code workflows with direct Figma integration",
184
+ "tier": "productivity",
185
+ "verified": true,
186
+ "publisher": "figma",
187
+ "repository": "https://github.com/figma/mcp-server-guide",
188
+ "transport": "http",
189
+ "config": {
190
+ "url": "https://mcp.figma.com/mcp"
191
+ },
192
+ "envVars": [],
193
+ "requiredPermissions": ["Figma OAuth"],
194
+ "agentMappings": ["ui-ux-reviewer", "documenter"],
195
+ "securityNotes": "Requires Figma account. Rate limited based on plan."
196
+ },
197
+
198
+ "brave-search": {
199
+ "name": "Brave Search MCP",
200
+ "description": "Privacy-first web search for research and current information",
201
+ "tier": "productivity",
202
+ "verified": true,
203
+ "publisher": "modelcontextprotocol",
204
+ "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search",
205
+ "transport": "stdio",
206
+ "config": {
207
+ "command": "npx",
208
+ "args": ["-y", "@modelcontextprotocol/server-brave-search"]
209
+ },
210
+ "envVars": ["BRAVE_API_KEY"],
211
+ "requiredPermissions": [],
212
+ "agentMappings": ["research", "ui-ux-reviewer"],
213
+ "securityNotes": "Requires Brave Search API key. Free tier available."
214
+ },
215
+
216
+ "memory": {
217
+ "name": "Memory MCP Server",
218
+ "description": "Persistent context retention across sessions using knowledge graph",
219
+ "tier": "productivity",
220
+ "verified": true,
221
+ "publisher": "modelcontextprotocol",
222
+ "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory",
223
+ "transport": "stdio",
224
+ "config": {
225
+ "command": "npx",
226
+ "args": ["-y", "@modelcontextprotocol/server-memory"]
227
+ },
228
+ "envVars": [],
229
+ "requiredPermissions": [],
230
+ "agentMappings": ["orchestrator", "domain-updater", "commit-manager"],
231
+ "securityNotes": "Stores data locally. Review stored data periodically."
232
+ },
233
+
234
+ "time": {
235
+ "name": "Time MCP Server",
236
+ "description": "Timezone conversion and scheduling capabilities",
237
+ "tier": "productivity",
238
+ "verified": true,
239
+ "publisher": "modelcontextprotocol",
240
+ "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/time",
241
+ "transport": "stdio",
242
+ "config": {
243
+ "command": "uvx",
244
+ "args": ["mcp-server-time"]
245
+ },
246
+ "envVars": [],
247
+ "requiredPermissions": [],
248
+ "agentMappings": ["commit-manager", "documenter"],
249
+ "securityNotes": "Safe - no external connections"
250
+ },
251
+
252
+ "docker-hub": {
253
+ "name": "Docker Hub MCP Server",
254
+ "description": "Container image discovery and management from Docker Hub",
255
+ "tier": "infrastructure",
256
+ "verified": true,
257
+ "publisher": "docker",
258
+ "repository": "https://www.docker.com/blog/introducing-docker-hub-mcp-server/",
259
+ "transport": "stdio",
260
+ "config": {
261
+ "command": "docker",
262
+ "args": ["run", "-i", "--rm", "mcp/docker-hub"]
263
+ },
264
+ "envVars": ["DOCKER_HUB_PAT"],
265
+ "requiredPermissions": ["Docker Hub account"],
266
+ "agentMappings": ["quality-checker"],
267
+ "securityNotes": "Use read-only tokens when possible"
268
+ },
269
+
270
+ "upstash": {
271
+ "name": "Upstash MCP Server",
272
+ "description": "Redis and rate limiting management for serverless applications",
273
+ "tier": "infrastructure",
274
+ "verified": true,
275
+ "publisher": "upstash",
276
+ "repository": "https://github.com/upstash/mcp-server",
277
+ "transport": "stdio",
278
+ "config": {
279
+ "command": "npx",
280
+ "args": ["-y", "@upstash/mcp-server@latest"]
281
+ },
282
+ "envVars": ["UPSTASH_EMAIL", "UPSTASH_API_KEY"],
283
+ "requiredPermissions": ["Upstash account"],
284
+ "agentMappings": ["performance", "security-auditor"],
285
+ "securityNotes": "Use API keys with minimal permissions"
286
+ },
287
+
288
+ "fetch": {
289
+ "name": "Fetch MCP Server",
290
+ "description": "HTTP API requests and web content retrieval",
291
+ "tier": "infrastructure",
292
+ "verified": true,
293
+ "publisher": "modelcontextprotocol",
294
+ "repository": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch",
295
+ "transport": "stdio",
296
+ "config": {
297
+ "command": "uvx",
298
+ "args": ["mcp-server-fetch"]
299
+ },
300
+ "envVars": [],
301
+ "requiredPermissions": [],
302
+ "agentMappings": ["research", "analyzer"],
303
+ "securityNotes": "Be cautious with untrusted URLs - prompt injection risk"
304
+ }
305
+ },
306
+
307
+ "security": {
308
+ "guidelines": [
309
+ "Only install verified MCPs from official publishers",
310
+ "Use fine-grained tokens with minimal permissions",
311
+ "Never commit API keys or tokens to version control",
312
+ "Enable readOnly mode for production databases",
313
+ "Review MCP source code before installation",
314
+ "Use containerized MCPs when available for isolation",
315
+ "Monitor MCP activity logs for unusual behavior"
316
+ ],
317
+ "redFlags": [
318
+ "MCPs requesting excessive permissions",
319
+ "Unverified publishers or missing repository",
320
+ "MCPs that execute arbitrary shell commands",
321
+ "MCPs with eval() or exec() in source code",
322
+ "MCPs with recent CVEs or security advisories"
323
+ ],
324
+ "trustedPublishers": [
325
+ "modelcontextprotocol",
326
+ "anthropic",
327
+ "github",
328
+ "microsoft",
329
+ "vercel",
330
+ "mongodb-js",
331
+ "upstash",
332
+ "docker",
333
+ "figma",
334
+ "getsentry"
335
+ ]
336
+ },
337
+
338
+ "installation": {
339
+ "parallelLimit": 5,
340
+ "timeout": 60000,
341
+ "retryAttempts": 3,
342
+ "scope": "project"
343
+ }
344
+ }