19 lines
441 B
JSON
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}"]
|
|
}
|
|
}
|
|
}
|