-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mcp.json
More file actions
33 lines (33 loc) · 711 Bytes
/
.mcp.json
File metadata and controls
33 lines (33 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"],
"env": {
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
}
},
"deepwiki": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
},
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": {
"BRAVE_API_KEY": "${BRAVE_API_KEY}"
}
},
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "${EXA_API_KEY}"
}
},
"awsknowledge": {
"type": "http",
"url": "https://knowledge-mcp.global.api.aws"
}
}
}