Community MCP server for Context7, a service providing current documentation for programming libraries. Agents can resolve library names to their Context7 IDs and fetch up-to-date documentation with code examples. Eliminates the problem of LLMs using outdated API information. Essential for coding agents that need accurate, current library documentation.
npx -y @upstash/context7-mcp
{
"mcpServers": {
"context7": {
"args": [
"-y",
"@upstash/context7-mcp"
],
"command": "npx"
}
}
}Tool details coming soon. This server has 2 tools available.
Community MCP server for Context7, a service providing current documentation for programming libraries. Agents can resolve library names to their Context7 IDs and fetch up-to-date documentation with code examples. Eliminates the problem of LLMs using outdated API information. Essential for coding agents that need accurate, current library documentation.
Context7 has 2 tools available.
Yes, Context7 is completely free to use with no usage limits on the free tier.
You can install Context7 using the following command: npx -y @upstash/context7-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Context7 is listed under the Development Tools category in the AgentForge MCP registry.
Context7 has a current uptime of 99.9% with an average response time of 120ms.
To connect Context7, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Context7's tools via the Model Context Protocol.