Skip to content
Grok

tierproxy for Grok

io.github.tierproxy/python-sdk

Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.

client:Grok transport:stdio runtime:pypi

Install tierproxy in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "python-sdk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tierproxy"
      ],
      "env": {
        "TIERPROXY_API_KEY": "<TIERPROXY_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tierproxy in other clients