Bryan Thompson 3d0e7ededa
Update context7 plugin — migrate to remote MCP server (#4985)
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-07 14:11:11 -07:00

12 lines
193 B
JSON

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