plugins marketplace
← All plugins

context7

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.

Claude Code1 MCP serverstreamable-http

by Upstash33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/context7/ inside the repository.

Layout

external_plugins/context7/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

context7streamable-http
url
https://mcp.context7.com/mcp

Manifests1

external_plugins/context7/.claude-plugin/plugin.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"
  }
}