Context7 MCP server with configurable API endpoint.
CONTEXT7_API_BASE_URL=https://your-api.com/api npx @rakuv3r/open-context7-mcp{
"mcpServers": {
"open-context7": {
"command": "npx",
"args": ["-y", "@rakuv3r/open-context7-mcp"],
"env": {
"CONTEXT7_API_BASE_URL": "https://your-api.com/api"
}
}
}
}First, deploy and start the server:
CONTEXT7_API_BASE_URL=https://your-api.com/api npx @rakuv3r/open-context7-mcp --transport httpThen configure the client:
{
"mcpServers": {
"open-context7": {
"url": "https://your-server.com/mcp"
}
}
}