Home › Knowledge & Memory › Context7
Context7
Up-to-date code docs for any prompt
Topics: Knowledge & Memory
Connect
Remote (streamable-http)
https://mcp.context7.com/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — API key for authentication. Accepts "Bearer <key>" or the raw key.
Package (npm 4.1.1)
npx -y @upstash/context7-mcp@4.1.1
Or add to your MCP client config:
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@4.1.1"
],
"env": {
"CONTEXT7_API_KEY": "<YOUR_VALUE>"
}
}
}
}
CONTEXT7_API_KEYsecret — API key for authentication
Package (mcpb 4.1.1)
Package: mcpb https://github.com/upstash/context7/releases/download/mcpb-v4.1.1/context7.mcpb
CONTEXT7_API_KEYsecret — API key for authentication
Related servers
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
mcp-memory-service
Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry