Skip to content

Commit ac9b5b1

Browse files
committed
chore: add Context7 MCP server configuration
1 parent b2ca6f1 commit ac9b5b1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}
11+
}

0 commit comments

Comments
 (0)