mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-08-09 18:07:24 -03:00
Replace the npx stdio launch of @upstash/context7-mcp with Context7's hosted remote MCP server (https://mcp.context7.com/mcp), matching the configuration Upstash ships in upstash/context7 (plugins/claude/context7). Adds a README and refreshes the plugin descriptions. Co-Authored-By: Fahreddin Özcan <88107904+fahreddinozcan@users.noreply.github.com> Driver: dir-plugin-add-official
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
"headers": {
|
|
"Authorization": "${CONTEXT7_API_KEY:-}"
|
|
}
|
|
}
|
|
}
|
|
}
|