start-vibing 3.0.7 → 3.0.8
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.
- package/README.md +64 -51
- package/package.json +1 -1
- package/template/.claude/CLAUDE.md +702 -229
- package/template/.claude/agents/claude-md-compactor.md +2 -14
- package/template/.claude/agents/documenter.md +0 -7
- package/template/.claude/agents/domain-updater.md +2 -7
- package/template/.claude/config/README.md +10 -8
- package/template/.claude/config/domain-mapping.json +1 -1
- package/template/.claude/settings.json +0 -129
- package/template/.claude/skills/codebase-knowledge/domains/claude-system.md +51 -416
- package/template/.claude/skills/codebase-knowledge/domains/mcp-integration.md +37 -204
- package/template/CLAUDE.md +65 -701
- package/template/.claude/agents/_archive/13-debugging/build-error-fixer.md +0 -207
- package/template/.claude/agents/_archive/13-debugging/debugger.md +0 -149
- package/template/.claude/agents/_archive/13-debugging/error-stack-analyzer.md +0 -141
- package/template/.claude/agents/_archive/13-debugging/network-debugger.md +0 -208
- package/template/.claude/agents/_archive/13-debugging/runtime-error-fixer.md +0 -181
- package/template/.claude/agents/_archive/13-debugging/type-error-resolver.md +0 -185
- package/template/.claude/agents/_archive/14-validation/final-validator.md +0 -93
- package/template/.claude/commands/feature.md +0 -48
- package/template/.claude/commands/fix.md +0 -80
- package/template/.claude/commands/research.md +0 -107
- package/template/.claude/commands/validate.md +0 -72
- package/template/.claude/config/mcp-config.json +0 -344
- package/template/.claude/hooks/SETUP.md +0 -126
- package/template/.claude/hooks/run-hook.cmd +0 -46
- package/template/.claude/hooks/run-hook.sh +0 -43
- package/template/.claude/hooks/run-hook.ts +0 -230
- package/template/.claude/hooks/security-check.js +0 -202
- package/template/.claude/hooks/stop-validator.ts +0 -1667
- package/template/.claude/hooks/user-prompt-submit.ts +0 -104
- package/template/.claude/scripts/mcp-quick-install.ts +0 -151
- package/template/.claude/scripts/setup-mcps.ts +0 -651
- package/template/.claude/skills/hook-development/SKILL.md +0 -343
- package/template/.claude/skills/mongoose-patterns/SKILL.md +0 -499
- package/template/.claude/skills/playwright-automation/SKILL.md +0 -438
|
@@ -1,60 +1,50 @@
|
|
|
1
1
|
# MCP Integration Domain
|
|
2
2
|
|
|
3
|
-
> **Last Updated:**
|
|
4
|
-
> **Research Date:** 2025-01-04
|
|
3
|
+
> **Last Updated:** 2026-02-28
|
|
5
4
|
> **Commit:** (pending)
|
|
6
5
|
|
|
7
6
|
---
|
|
8
7
|
|
|
9
8
|
## Overview
|
|
10
9
|
|
|
11
|
-
Model Context Protocol (MCP) is an open standard created by Anthropic
|
|
10
|
+
Model Context Protocol (MCP) is an open standard created by Anthropic that enables AI models to securely interact with external tools, data sources, and systems through standardized server implementations.
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
MCPs are configured in `.mcp.json` (project scope) or via `claude mcp add` (user scope).
|
|
14
13
|
|
|
15
14
|
---
|
|
16
15
|
|
|
17
16
|
## File Mappings
|
|
18
17
|
|
|
19
|
-
| File
|
|
20
|
-
|
|
|
21
|
-
| `.
|
|
22
|
-
| `.claude/scripts/setup-mcps.ts` | Full auto-installer with parallel installation |
|
|
23
|
-
| `.claude/scripts/mcp-quick-install.ts` | Quick installer for core MCPs |
|
|
24
|
-
| `.mcp.json` | Project-scoped MCP config (team shared) |
|
|
18
|
+
| File | Purpose |
|
|
19
|
+
| ------------------------------ | ---------------------------------------------- |
|
|
20
|
+
| `.mcp.json` | Project-scoped MCP config (team shared) |
|
|
25
21
|
|
|
26
22
|
---
|
|
27
23
|
|
|
28
|
-
##
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
| **
|
|
35
|
-
| **
|
|
36
|
-
| **
|
|
37
|
-
| **
|
|
38
|
-
| **
|
|
39
|
-
| **
|
|
40
|
-
| **
|
|
41
|
-
|
|
42
|
-
###
|
|
43
|
-
|
|
44
|
-
| MCP
|
|
45
|
-
|
|
|
46
|
-
| **
|
|
47
|
-
| **
|
|
48
|
-
| **
|
|
49
|
-
| **
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
| MCP | Publisher | Purpose | Agent Mapping |
|
|
54
|
-
| -------------- | --------- | -------------------- | --------------- |
|
|
55
|
-
| **Docker Hub** | Docker | Container management | quality-checker |
|
|
56
|
-
| **Upstash** | Upstash | Redis/rate limiting | performance |
|
|
57
|
-
| **Fetch** | Anthropic | HTTP API requests | research |
|
|
24
|
+
## Active MCP Servers
|
|
25
|
+
|
|
26
|
+
| MCP | Publisher | Purpose |
|
|
27
|
+
| ----------------------- | --------- | ------------------------------- |
|
|
28
|
+
| **Context7** | Upstash | Real-time library documentation |
|
|
29
|
+
| **Sequential Thinking** | Anthropic | Structured reasoning |
|
|
30
|
+
| **Playwright** | Microsoft | Browser automation, E2E testing |
|
|
31
|
+
| **Memory** | Anthropic | Persistent context |
|
|
32
|
+
| **Next.js DevTools** | Vercel | Next.js 16+ development |
|
|
33
|
+
| **MongoDB** | MongoDB | Database operations |
|
|
34
|
+
| **Jira** | Atlassian | Issue tracking |
|
|
35
|
+
| **Git** | MCP | Git operations |
|
|
36
|
+
| **Fetch** | MCP | Web page reading |
|
|
37
|
+
|
|
38
|
+
### Optional (install via `claude mcp add`)
|
|
39
|
+
|
|
40
|
+
| MCP | Publisher | Purpose |
|
|
41
|
+
| ---------- | --------- | ------------------ |
|
|
42
|
+
| **GitHub** | GitHub | Repository management |
|
|
43
|
+
| **Sentry** | Sentry | Error tracking |
|
|
44
|
+
| **Figma** | Figma | Design to code |
|
|
45
|
+
| **Linear** | Linear | Issue tracker |
|
|
46
|
+
| **Stripe** | Stripe | Payments |
|
|
47
|
+
| **Vercel** | Vercel | Deployments |
|
|
58
48
|
|
|
59
49
|
---
|
|
60
50
|
|
|
@@ -63,70 +53,21 @@ As of November 2025, MCP has been donated to the **Agentic AI Foundation (AAIF)*
|
|
|
63
53
|
### Trusted Publishers
|
|
64
54
|
|
|
65
55
|
Only install MCPs from verified publishers:
|
|
66
|
-
|
|
67
56
|
- `modelcontextprotocol` (Anthropic)
|
|
68
|
-
- `github`
|
|
69
|
-
- `
|
|
70
|
-
- `vercel`
|
|
71
|
-
- `mongodb-js`
|
|
72
|
-
- `upstash`
|
|
73
|
-
- `docker`
|
|
74
|
-
- `figma`
|
|
75
|
-
- `getsentry`
|
|
57
|
+
- `github`, `microsoft`, `vercel`, `mongodb-js`
|
|
58
|
+
- `upstash`, `docker`, `figma`, `getsentry`
|
|
76
59
|
|
|
77
60
|
### Red Flags (DO NOT Install)
|
|
78
61
|
|
|
79
62
|
- Publishers not in trusted list
|
|
80
63
|
- Missing repository URL
|
|
81
64
|
- MCPs requesting excessive permissions
|
|
82
|
-
- MCPs with `eval()` or `exec()` in source
|
|
83
65
|
- MCPs with recent CVEs
|
|
84
66
|
|
|
85
|
-
### Critical Vulnerabilities Found (2025)
|
|
86
|
-
|
|
87
|
-
| CVE | Package | Severity | Issue |
|
|
88
|
-
| ------------- | ---------- | -------------- | ----------------------- |
|
|
89
|
-
| CVE-2025-6514 | mcp-remote | Critical (9.6) | RCE via OAuth discovery |
|
|
90
|
-
|
|
91
|
-
**43% of public MCP servers have command injection flaws** according to Backslash Security analysis.
|
|
92
|
-
|
|
93
|
-
### Security Best Practices
|
|
94
|
-
|
|
95
|
-
1. Use fine-grained tokens with minimal permissions
|
|
96
|
-
2. Enable `readOnly` mode for production databases
|
|
97
|
-
3. Never commit API keys to version control
|
|
98
|
-
4. Use containerized MCPs when available
|
|
99
|
-
5. Review MCP source code before installation
|
|
100
|
-
6. Monitor MCP activity logs
|
|
101
|
-
|
|
102
67
|
---
|
|
103
68
|
|
|
104
69
|
## Installation
|
|
105
70
|
|
|
106
|
-
### Quick Install (Core MCPs)
|
|
107
|
-
|
|
108
|
-
```bash
|
|
109
|
-
bun .claude/scripts/mcp-quick-install.ts
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
### Full Install with Options
|
|
113
|
-
|
|
114
|
-
```bash
|
|
115
|
-
# Install core tier only (default)
|
|
116
|
-
bun .claude/scripts/setup-mcps.ts
|
|
117
|
-
|
|
118
|
-
# Install all tiers
|
|
119
|
-
bun .claude/scripts/setup-mcps.ts --tier=all
|
|
120
|
-
|
|
121
|
-
# Preview installation
|
|
122
|
-
bun .claude/scripts/setup-mcps.ts --dry-run
|
|
123
|
-
|
|
124
|
-
# Force reinstall
|
|
125
|
-
bun .claude/scripts/setup-mcps.ts --force
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
### Manual Installation
|
|
129
|
-
|
|
130
71
|
```bash
|
|
131
72
|
# Add local stdio server
|
|
132
73
|
claude mcp add -s user <name> -- npx -y <package>
|
|
@@ -146,9 +87,7 @@ claude --mcp-debug
|
|
|
146
87
|
|
|
147
88
|
---
|
|
148
89
|
|
|
149
|
-
## Configuration
|
|
150
|
-
|
|
151
|
-
### Scopes
|
|
90
|
+
## Configuration Scopes
|
|
152
91
|
|
|
153
92
|
| Scope | Location | Shared |
|
|
154
93
|
| --------- | ----------------------------- | ------ |
|
|
@@ -156,28 +95,6 @@ claude --mcp-debug
|
|
|
156
95
|
| `project` | `.mcp.json` | Yes |
|
|
157
96
|
| `local` | `.claude/settings.local.json` | No |
|
|
158
97
|
|
|
159
|
-
### Example .mcp.json
|
|
160
|
-
|
|
161
|
-
```json
|
|
162
|
-
{
|
|
163
|
-
"context7": {
|
|
164
|
-
"command": "npx",
|
|
165
|
-
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
166
|
-
},
|
|
167
|
-
"playwright": {
|
|
168
|
-
"command": "npx",
|
|
169
|
-
"args": ["-y", "@playwright/mcp@latest"]
|
|
170
|
-
},
|
|
171
|
-
"mongodb": {
|
|
172
|
-
"command": "npx",
|
|
173
|
-
"args": ["-y", "@mongodb-js/mongodb-mcp-server"],
|
|
174
|
-
"env": {
|
|
175
|
-
"MONGODB_URI": "${MONGODB_URI}"
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
```
|
|
180
|
-
|
|
181
98
|
---
|
|
182
99
|
|
|
183
100
|
## Environment Variables
|
|
@@ -186,17 +103,14 @@ claude --mcp-debug
|
|
|
186
103
|
| ------------------------------ | ------------ | ------------------- |
|
|
187
104
|
| `GITHUB_PERSONAL_ACCESS_TOKEN` | GitHub | Repo access |
|
|
188
105
|
| `MONGODB_URI` | MongoDB | Database connection |
|
|
189
|
-
| `
|
|
190
|
-
| `
|
|
191
|
-
| `
|
|
192
|
-
| `DOCKER_HUB_PAT` | Docker Hub | Container registry |
|
|
106
|
+
| `ATLASSIAN_SITE_NAME` | Jira | Jira site |
|
|
107
|
+
| `ATLASSIAN_USER_EMAIL` | Jira | Jira auth |
|
|
108
|
+
| `ATLASSIAN_API_TOKEN` | Jira | Jira auth |
|
|
193
109
|
|
|
194
110
|
---
|
|
195
111
|
|
|
196
112
|
## Troubleshooting
|
|
197
113
|
|
|
198
|
-
### Common Issues
|
|
199
|
-
|
|
200
114
|
| Problem | Solution |
|
|
201
115
|
| --------------------- | --------------------------------- |
|
|
202
116
|
| Server shows "failed" | Check `claude --mcp-debug` output |
|
|
@@ -204,92 +118,11 @@ claude --mcp-debug
|
|
|
204
118
|
| Tool not available | Restart Claude Code after adding |
|
|
205
119
|
| Auth errors | Verify tokens/credentials are set |
|
|
206
120
|
|
|
207
|
-
### Debug Commands
|
|
208
|
-
|
|
209
|
-
```bash
|
|
210
|
-
# Show MCP status
|
|
211
|
-
/mcp
|
|
212
|
-
|
|
213
|
-
# Launch with debug mode
|
|
214
|
-
claude --mcp-debug
|
|
215
|
-
|
|
216
|
-
# Check specific server
|
|
217
|
-
claude mcp get <name>
|
|
218
|
-
|
|
219
|
-
# View logs (Windows)
|
|
220
|
-
type %APPDATA%\Claude\logs\*.log
|
|
221
|
-
```
|
|
222
|
-
|
|
223
|
-
---
|
|
224
|
-
|
|
225
|
-
## Agent Integration
|
|
226
|
-
|
|
227
|
-
### How MCPs Map to Agents
|
|
228
|
-
|
|
229
|
-
| Agent | Primary MCP | How It Helps |
|
|
230
|
-
| --------------- | ------------------------ | -------------------------- |
|
|
231
|
-
| research | Context7, Brave Search | Gets current documentation |
|
|
232
|
-
| analyzer | Context7, MongoDB | Analyzes code patterns |
|
|
233
|
-
| debugger | Sentry, Next.js DevTools | Tracks errors |
|
|
234
|
-
| tester | Playwright | Runs E2E tests |
|
|
235
|
-
| ui-ux-reviewer | Figma, Playwright | Design validation |
|
|
236
|
-
| performance | Next.js DevTools | Performance profiling |
|
|
237
|
-
| commit-manager | GitHub, Memory | Manages workflow |
|
|
238
|
-
| quality-checker | Playwright, Docker Hub | Quality gates |
|
|
239
|
-
|
|
240
|
-
---
|
|
241
|
-
|
|
242
|
-
## Research Sources
|
|
243
|
-
|
|
244
|
-
1. [MCP Official Specification (2025-11-25)](https://modelcontextprotocol.io/specification/2025-11-25)
|
|
245
|
-
2. [MCP Official Registry](https://registry.modelcontextprotocol.io)
|
|
246
|
-
3. [Anthropic MCP Announcement](https://www.anthropic.com/news/model-context-protocol)
|
|
247
|
-
4. [GitHub MCP Server](https://github.com/github/github-mcp-server)
|
|
248
|
-
5. [Microsoft Playwright MCP](https://github.com/microsoft/playwright-mcp)
|
|
249
|
-
6. [MongoDB MCP Server](https://github.com/mongodb-js/mongodb-mcp-server)
|
|
250
|
-
7. [Docker MCP Catalog](https://docs.docker.com/ai/mcp-catalog-and-toolkit/catalog/)
|
|
251
|
-
8. [MCP Security Analysis - Datadog](https://www.datadoghq.com/blog/monitor-mcp-servers/)
|
|
252
|
-
9. [MCP Vulnerabilities - Composio](https://composio.dev/blog/mcp-vulnerabilities-every-developer-should-know)
|
|
253
|
-
10. [OWASP MCP Security](https://www.practical-devsecops.com/mcp-security-vulnerabilities/)
|
|
254
|
-
|
|
255
|
-
---
|
|
256
|
-
|
|
257
|
-
## Problems & Solutions
|
|
258
|
-
|
|
259
|
-
### Problem: MCP server times out during installation
|
|
260
|
-
|
|
261
|
-
**Solution:** Set longer timeout with `MCP_TIMEOUT=120000` environment variable.
|
|
262
|
-
|
|
263
|
-
### Problem: npx command not found
|
|
264
|
-
|
|
265
|
-
**Solution:** Install Node.js LTS (v20.19+ or v22.12+).
|
|
266
|
-
|
|
267
|
-
### Problem: GitHub MCP authentication fails
|
|
268
|
-
|
|
269
|
-
**Solution:** Create fine-grained PAT with `repo`, `read:org`, `read:user` scopes.
|
|
270
|
-
|
|
271
|
-
### Problem: MongoDB MCP can't connect
|
|
272
|
-
|
|
273
|
-
**Solution:** Ensure `MONGODB_URI` is set and accessible from local machine.
|
|
274
|
-
|
|
275
|
-
---
|
|
276
|
-
|
|
277
|
-
## Prevention Tips
|
|
278
|
-
|
|
279
|
-
1. **Always verify publisher** before installing any MCP
|
|
280
|
-
2. **Use project scope** for team-shared MCPs (`.mcp.json`)
|
|
281
|
-
3. **Use user scope** for personal preferences
|
|
282
|
-
4. **Review source code** of MCPs before installation
|
|
283
|
-
5. **Set up .env files** for API keys (never commit)
|
|
284
|
-
6. **Run security audit** after adding new MCPs
|
|
285
|
-
7. **Keep MCPs updated** for security patches
|
|
286
|
-
|
|
287
121
|
---
|
|
288
122
|
|
|
289
123
|
## Attention Points
|
|
290
124
|
|
|
291
|
-
- MCP ecosystem is rapidly evolving
|
|
125
|
+
- MCP ecosystem is rapidly evolving
|
|
292
126
|
- Always check for CVEs before installing new MCPs
|
|
293
127
|
- Some MCPs require paid accounts (Figma, Sentry)
|
|
294
128
|
- Rate limits apply to many remote MCPs
|
|
295
|
-
- Windows users: use `npx tsx` instead of `bun` for hook scripts
|