Files
trailofbits-claude-code-config/mcp-template.json
T
Dan Guido 00183c41fe Initial commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 01:28:00 -05:00

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"
}
}
}