mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-08-10 18:37:08 -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
8 lines
464 B
JSON
8 lines
464 B
JSON
{
|
|
"name": "context7",
|
|
"description": "Upstash Context7 MCP server for up-to-date documentation lookup. Connects to Context7's hosted remote MCP server (https://mcp.context7.com/mcp) — no local Node.js or npx required — to pull version-specific documentation and code examples directly from source repositories into your LLM context. Works anonymously out of the box; set CONTEXT7_API_KEY for higher rate limits.",
|
|
"author": {
|
|
"name": "Upstash"
|
|
}
|
|
}
|