Skip to content

Commit 9d9af37

Browse files
committed
chore: add Context7 MCP server configuration
1 parent f8c1e42 commit 9d9af37

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.mcp.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"mcpServers": {
3+
"context7": {
4+
"type": "remote",
5+
"url": "https://context7.com/deepgram/deepgram-python-sdk",
6+
"env": {
7+
"CONTEXT7_PUBLIC_KEY": "pk_hu7APZeIXQ14hNyaCBm0A"
8+
}
9+
},
10+
"deepgram-styles": {
11+
"type": "stdio",
12+
"command": "npx",
13+
"args": [
14+
"-y",
15+
"-p",
16+
"@deepgram/styles",
17+
"mcp"
18+
],
19+
"env": {}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)