Context7 Key Rotator MCP
Context7 Key Rotator MCP
Context7 V2용 작고 독립적인 원격 HTTP Model Context Protocol 서버입니다. 정확히 두 가지 도구를 노출합니다:
resolve-library-id(libraryName, query)query-docs(libraryId, query)
각 일반 요청은 CONTEXT7_API_KEYS에 있는 두 키를 번갈아 사용합니다. Context7가 선택 키(401, 403 또는 429)를 차단하면 서버는 다른 키로 요청을 한 번 재시도합니다. 두 키가 모두 차단되면 도구 호출은 MCP 오류를 반환합니다.
서버는 무상태(stateless)입니다. OAuth, CLI 어댑터, 영구 키 상태, 쿨다운, 점수 계산, 프록시, 세션 저장소가 없습니다. 세션 저장소가 없습니다.
로컬 실행
CONTEXT7_API_KEYS에는 쉼표로 구분된 Context7 API 키가 정확히 두 개 들어 있어야 합니다. 이 값은 시크릿 매니저에 보관하고, 커밋된 .env 파일에는 넣지 마세요.
doppler run -p ai-automation -c dev -- npm start서버는 PORT(기본값 3000)에서 POST /mcp 요청을 수신 대기합니다. 호스팅 환경이 네트워크 노출, TLS, 클라이언트 등록을 담당합니다.
Related MCP server: Context7 MCP Python Server
개발
npm install
npm test
npm run build테스트는 Context7 V2를 목(mock)으로 처리하며, 정상 교대 동작, 차단 응답 후 다른 키로 재시도하는 동작, 두 키가 모두 차단된 경우의 실패, 그리고 네이티브 호환 결과 포맷터를 검증합니다.
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