← Back to Plugins
MCP Server MCP

Vox MCP

github By github 👁 1 views ▲ 0 votes

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...