Bryan Thompson a6fb1ce3f6
Update context7 plugin — migrate to remote MCP server
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
2026-08-06 17:55:01 -05:00

12 lines
193 B
JSON

{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"Authorization": "${CONTEXT7_API_KEY:-}"
}
}
}
}