MCP Server
MCP
Vox MCP
Multi-model AI gateway — 8 providers plus local models, no system prompt injection.
Install
uvx vox-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "vox-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "OpenAI API key",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Anthropic API key",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "xAI (Grok) API key",
"isSecret": true,
"name": "XAI_API_KEY"
},
{
"description": "DeepSeek API key",
"isSecret": true,
"name": "DEEPSEEK_API_KEY"
},
{
"description": "Moonshot (Kimi) API key",
"isSecret": true,
"name": "MOONSHOT_API_KEY"
},
{
"description": "OpenRouter API key",
"isSecret": true,
"name": "OPENROUTER_API_KEY"
},
{
"description": "Custom OpenAI-compatible endpoint URL (Ollama, vLLM, etc.)",
"name": "CUSTOM_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment