mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "context7",
|
|
"description": "Up-to-date code docs for any prompt",
|
|
"version": "1.0.0",
|
|
"mcpServers": {
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@upstash/context7-mcp",
|
|
"--api-key",
|
|
"${CONTEXT7_API_KEY}"
|
|
]
|
|
}
|
|
}
|
|
} |