daviguides/heavens7
3.2
If you are the rightful owner of heavens7 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Heavens7 MCP is a Python-based server designed for the Context7 API, featuring caching and semantic capabilities.
Tools
2
Resources
0
Prompts
0
Heavens7 MCP
Python MCP server for Context7 API with caching and semantic features.
Installation
uv sync
Usage
Stdio mode (default)
uv run python -m heavens7.server
HTTP mode
uv run python -m heavens7.server --transport=http --port=3000
Environment Variables
C7_API_KEY
: Context7 API key (required)C7_API_BASE
: Context7 API base URL (default: https://context7.com/api)SERVER_PORT
: HTTP server port (default: 3000)CLIENT_IP_ENCRYPTION_KEY
: AES-256 encryption key for client IP (64 hex chars, optional)
Tools
c7_resolve_library_id
: Resolve package name to Context7 library IDc7_get_library_docs
: Fetch documentation for a library ID