Context7 Key Rotator MCP
Context7 Key Rotator MCP
Un pequeño servidor HTTP remoto e independiente de Model Context Protocol para Context7 V2. Expone exactamente dos herramientas:
resolve-library-id(libraryName, query)query-docs(libraryId, query)
Cada solicitud normal alterna entre las dos claves de CONTEXT7_API_KEYS. Si Context7 bloquea la clave seleccionada (401, 403 o 429), el servidor reintenta la solicitud una vez con la otra clave. Si ambas claves están bloqueadas, la llamada a la herramienta devuelve un error de MCP.
El servidor no tiene estado: carece de OAuth, de adaptador de CLI, de estado persistente de las claves, de cooldowns, de scoring, de proxying y de almacenamiento de sesiones.
Ejecución local
CONTEXT7_API_KEYS debe contener exactamente dos claves de API de Context7 separadas por comas. Guárdala en tu gestor de secretos; no la coloques en un archivo .env que se suba al repositorio.
doppler run -p ai-automation -c dev -- npm startEl servidor escucha en PORT (por defecto, 3000) en POST /mcp. El entorno de alojamiento se encarga de la exposición a la red, de TLS y del registro de clientes.
Related MCP server: Context7 MCP Python Server
Desarrollo
npm install
npm test
npm run buildLas pruebas simulan Context7 V2 y cubren la alternancia normal, el reintento con la otra clave tras una respuesta bloqueada, el fallo cuando ambas claves están bloqueadas y el formateador de resultados compatible con el formato nativo.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides access to the Context7 API for searching up-to-date documentation, code examples, API references, and troubleshooting help across thousands of programming libraries and frameworks. Enables developers and AI agents to quickly find accurate documentation, compare libraries, get migration guides, and resolve coding issues.
- AlicenseNot gradedqualityNot gradedmaintenanceProvides real-time access to code library documentation and examples through Context7 API integration, enabling AI assistants to retrieve up-to-date technical documentation, code snippets, and best practices for various programming libraries.1
- AlicenseNot gradedqualityDmaintenanceProvides up-to-date library documentation by resolving library names and fetching docs via the Context7 API.MIT
- AlicenseNot gradedqualityCmaintenanceEnables to search and retrieve chunks from a fictional library's documentation through three tools (kb_search, kb_fetch, kb_sources), allowing LLMs to perform RAG queries via the Model Context Protocol.MIT
Related MCP Connectors
A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MooseGooseConsulting/context7-key-rotator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server