Back to Plugins

Context7

Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context. Never work with outdated docs again.

documentationcontextupstashofficial

Installation

claude plugins add context7@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "context7@claude-plugins-official": true
  }
}

Commands

/docsFetch current documentation for a library or framework
/context7Pull context from Context7 sources
/api-refGet API reference for specific functions or methods

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub