rakuv3r/open-context7-mcp
3.1
If you are the rightful owner of open-context7-mcp 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.
Context7 MCP server provides a flexible and configurable API endpoint for managing model context protocols.
open-context7-mcp
Context7 MCP server with configurable API endpoint.
Usage
CONTEXT7_API_BASE_URL=https://your-api.com/api npx @rakuv3r/open-context7-mcp
MCP Client Configuration
Local Server
{
"mcpServers": {
"open-context7": {
"command": "npx",
"args": ["-y", "@rakuv3r/open-context7-mcp"],
"env": {
"CONTEXT7_API_BASE_URL": "https://your-api.com/api"
}
}
}
}
Remote Server
First, deploy and start the server:
CONTEXT7_API_BASE_URL=https://your-api.com/api npx @rakuv3r/open-context7-mcp --transport http
Then configure the client:
{
"mcpServers": {
"open-context7": {
"url": "https://your-server.com/mcp"
}
}
}