---
title: "context7"
description: "Current library and framework documentation via Context7's first-party MCP server, with usage-discipline skills for when an agent should consult it."
canonical: https://agentpluginsdirectory.com/plugins/context7--hiai-gg
last-updated: 2026-09-22
---

# context7
Current library and framework documentation via Context7's first-party MCP server, with usage-discipline skills for when an agent should consult it.
- Slug: context7--hiai-gg
- Publisher: HiAI
- Repository: https://github.com/HiAi-gg/agent-plugins
- Manifest: plugins/context7/plugin.json
- Version: 0.0.2
- License: MIT
- Category (editorial): research
- Skills: 3 (check-current-library-version, research-library-docs, verify-api-usage)
- MCP servers: 1 (context7)
- Stars: 1
- Repository created: 2026-08-08
- Repository last pushed: 2026-09-03
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/context7--hiai-gg
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What context7 does, in the publisher's words

Current library and framework documentation via Context7's first-party MCP server, plus usage-discipline skills that tell an agent when to consult it.

An Agent Plugin (spec 1.0.0).

The combination is simple by design:

- MCP = current library documentation on demand (@upstash/context7-mcp, pinned, first-party Upstash).
- Skills = when the agent should consult it, and how to apply it.
- Agents' training knowledge goes stale; Context7 returns current docs.
- The skills prevent both under-use (guessing APIs) and over-use (hammering Context7 for trivial questions).
- One of the simplest installs in this collection: no auth, no config.
- Server: context7: stdio, npx -y @upstash/context7-mcp@3.2.5 (pinned; first-party Upstash/Context7).

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/HiAi-gg/agent-plugins/HEAD/plugins/context7/README.md

## Skills

- check-current-library-version: Check the current stable version of a library or framework and what changed recently, before recommending upgrades or writing version-sensitive code. Use when a version bump is proposed, when troubleshooting a version-specific bug, or when the project's pinned version looks old.
- research-library-docs: Look up current, authoritative documentation for a library or framework before implementing with it. Use when about to use an unfamiliar library, a fast-changing API, or when configuration behavior is uncertain.
- verify-api-usage: Verify that code uses a library's API correctly against current documentation before considering it done. Use after writing code against a library, when a review raises API-usage doubts, or when a build/type error suggests the API changed.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- context7: transport: stdio; command: npx -y @upstash/context7-mcp@3.2.5

Read from the plugin's own mcp.json. Environment variable names only, never values.
