Files
trailofbits-claude-code-config/mcp-template.json
T
Dan Guido 47c70b3367 Elevate Usage to top-level heading and remove Granola from MCP template
Usage is a distinct section from Configuration, not subordinate to it.
Bump Usage and all its subsections up one heading level so it renders
as a peer of the document title. Remove Granola from mcp-template.json
since it's not a core recommendation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 09:41:30 -05:00

16 lines
274 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"
}
}
}
}