mirror of
https://github.com/trailofbits/claude-code-config
synced 2026-06-21 14:11:43 +00:00
47c70b3367
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>
16 lines
274 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|