EveryDev.ai
Subscribe
Home
Tools

2,822+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1815
  • Coding1295
  • Infrastructure600
  • Marketing467
  • Projects433
  • Research403
  • Analytics351
  • Design338
  • Security243
  • MCP242
  • Testing238
  • Data230
  • Integration178
  • Prompts160
  • Learning159
  • Communication154
  • Extensions150
  • Voice130
  • Commerce125
  • DevOps108
  • Web80
  • Finance21
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Context7
    Context7 icon

    Context7

    Documentation
    Featured

    Context7 pulls up-to-date, version-specific documentation and code examples directly from source repositories and injects them into LLMs and AI code editors like Cursor and Claude.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    For individual developers using public repositories.

    Pro: $10/mo
    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    DocumentationMCP ServersAI Coding Assistants

    Alternatives

    Context ModeGitMCPFramelink
    Developer
    UpstashSan Jose, CAEst. 2020$11.9M raised

    Updated May 2026

    About Context7

    Context7 is an Upstash project that solves a core problem with AI-assisted coding: LLMs are trained on outdated data and frequently hallucinate APIs or generate code for old library versions. By fetching live documentation directly from source repositories, Context7 injects accurate, version-specific context into tools like Cursor, Claude, and any MCP-compatible coding agent. The MCP server component is open source under the MIT license, while the API backend, parsing engine, and crawling engine are private.

    What It Is

    Context7 is a documentation-fetching platform and MCP server that bridges the gap between static LLM training data and the constantly evolving state of open-source libraries. When a developer asks their AI coding assistant how to use a specific library, Context7 intercepts that need, resolves the correct library ID, retrieves current documentation snippets, and places them directly into the LLM's context window. The result is that the model answers with real, working code examples rather than hallucinated or outdated ones. The platform indexes over 100,000 libraries sourced from GitHub repositories and official documentation sites.

    How It Works

    Context7 operates in two modes:

    • CLI + Skills — installs a ctx7 CLI skill that guides the agent to fetch docs using ctx7 library and ctx7 docs commands, with no MCP server required
    • MCP — registers a Context7 MCP server so the agent can call resolve-library-id and query-docs tools natively

    Setup for either mode is handled by a single command: npx ctx7 setup. The tool authenticates via OAuth, generates an API key, and installs the appropriate skill or MCP configuration. Manual configuration is also supported by pointing any MCP client at https://mcp.context7.com/mcp with an API key header.

    Integration and Compatibility

    Context7 is designed to work with any MCP-compatible coding agent. The GitHub README documents support for Cursor, Claude Code, and OpenCode via dedicated flags (--cursor, --claude, --opencode). The documentation site lists manual installation instructions for 30+ MCP clients. Developers can also use the REST API directly, and the platform provides a web-based chat interface for browsing and querying documentation without any local setup.

    Update: ctx7@0.4.2

    The latest release of the CLI package is ctx7@0.4.2, published on May 11, 2026. The GitHub repository was created in March 2025 and has seen continuous activity, with the last push recorded in May 2026. The project has accumulated over 55,000 GitHub stars and 2,600 forks, reflecting rapid community adoption since launch. The repository's topics include mcp, mcp-server, llm, and vibe-coding.

    Security and Trust Model

    Context7 assigns a trust score to repository organizations to help MCP clients choose safer projects. Before storing documentation chunks, the platform runs an LLM-based model to detect prompt injection attempts. Users can filter libraries by organization and repository. The platform is operated by Upstash Inc., a Silicon Valley company, and applies the same security practices used across Upstash's other products. Enterprise deployments include SOC-2 certified infrastructure, encrypted data in transit, role-based access control, and SSO via SAML or OIDC. A self-hosted deployment option is available for enterprise customers.

    Context7 - 1

    Community Discussions

    Start a new discussion about Context7
    Joe Seifi's avatar
    Joe Seifi
    July 30, 2025·Apple, Disney, Adobe, Eventbrite,…

    Using Context7 with multi-product docs in a single repo

    🧠 Anyone else using Context7 with multi-product docs in a single repo? We just added Context7 to EveryDev — it’s a killer way to feed live, version-aware docs into your AI agent’s prompt (MCP-ready, works with Cursor, Claude, etc). But I’m curious how people are handling this common case: You’ve go…

    0
    question

    Pricing

    FREE

    Free

    For individual developers using public repositories.

    • Public repositories
    • Access control
    • OAuth 2.0
    • Community support
    • GDPR compliance

    Pro

    For professionals needing private repos and team collaboration.

    $10
    per month
    • Everything in Free
    • Private repositories
    • Team collaboration
    • Unlimited API calls (overage billed)
    • Email support
    • GDPR compliance

    Enterprise

    For enterprises needing compliance, SSO, and self-hosted options.

    Custom
    contact sales
    • Everything in Pro
    • SOC-2 compliance
    • SSO (SAML / OIDC)
    • Self-hosted (on-premise)
    • Dedicated support with SLA
    • Up to 5,000 members per teamspace
    • Up to 100 teamspaces
    • Volume-based pricing
    View official pricing

    Capabilities

    Key Features

    • Up-to-date, version-specific documentation fetching
    • MCP server integration
    • CLI + Skills mode (no MCP required)
    • Resolves library IDs from natural language queries
    • Injects documentation directly into LLM context
    • Supports 100,000+ libraries
    • Web-based chat interface for doc browsing
    • Private repository parsing
    • Team collaboration and access control
    • OAuth 2.0 authentication
    • Trust scoring for repositories
    • Prompt injection detection
    • Self-hosted deployment (Enterprise)
    • SOC-2 compliance (Enterprise)
    • SSO via SAML/OIDC (Enterprise)

    Integrations

    Cursor
    Claude Code
    OpenCode
    Any MCP-compatible client
    Smithery
    NPM (ctx7 package)
    API Available
    View Docs

    Demo Video

    Context7 Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate Context7 and help others make informed decisions.

    Developer

    Upstash

    Upstash builds serverless data infrastructure and developer tools, including Redis, Kafka, and Context7.

    Founded 2020
    San Jose, CA
    $11.9M raised
    16 employees

    Used by

    Dub
    OpenArt
    Dropee
    Zapier
    +8 more
    Read more about Upstash
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Context Mode icon

    Context Mode

    An MCP server that optimizes AI coding agent context windows by sandboxing tool output, achieving up to 98% context reduction across 14 platforms.

    GitMCP icon

    GitMCP

    Open-source MCP server that transforms any GitHub repository into a documentation hub for AI assistants, reducing hallucinations and improving coding accuracy

    Framelink icon

    Framelink

    MCP server that gives AI coding agents access to Figma design data for one-shot design implementation.

    Browse all tools

    Related Topics

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    63 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    100 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    513 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    1discussion
    109views
    3upvotes