Files
upstash--context7/gemini-extension.json
T
J. Courtland Colburn 34704b6c1b Add API key settings to gemini-extension.json (#1814)
Added settings for API key configuration.
2026-02-16 14:06:43 +03:00

19 lines
441 B
JSON

{
"name": "context7",
"description": "Up-to-date code docs for any prompt",
"version": "1.0.0",
"settings": [
{
"name": "API Key",
"description": "Context7 API key. Create new key at https://context7.com/dashboard.",
"envVar": "CONTEXT7_API_KEY"
}
],
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp", "--api-key", "${CONTEXT7_API_KEY}"]
}
}
}