mirror of
https://github.com/trailofbits/claude-code-config
synced 2026-06-21 14:11:43 +00:00
00183c41fe
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"]
|
|
},
|
|
"exa": {
|
|
"command": "npx",
|
|
"args": ["-y", "exa-mcp-server"],
|
|
"env": {
|
|
"EXA_API_KEY": "your-exa-api-key-here"
|
|
}
|
|
},
|
|
"granola": {
|
|
"type": "http",
|
|
"url": "https://mcp.granola.ai/mcp"
|
|
}
|
|
}
|
|
}
|