Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
AI summary
Auto-generated overview of what this skill does and when to reach for it.
Context7 provides up-to-date, version-specific code documentation and examples directly to LLMs and AI code editors, preventing outdated or hallucinated code generation.
$ npx skillcity@latest upstash/context7Auto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y context7
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"context7"
]
}
}
}Loading README…