Open source · local first · MCP native
One Grok gateway.
Every coding agent.
UniGrok lets Codex, Claude, VS Code, and other MCP clients share a server-side Grok connection without copying your xAI credential into every editor.
$ curl -fsS localhost:4765/healthz
✓ example response: {"status":"healthy"}
$ codex mcp get grok
# each client sends its own X-Client-ID
Published route contract · not a live runtime probe
One service, clear trust zones
Local power without making
your laptop the product.
The public site teaches the project. The protected control center is for approved contributors. UniGrok itself keeps credentials and model execution behind an MCP boundary.
Shared MCP gateway
Connect multiple IDE agents to one stable endpoint with per-client attribution and server-held credentials.
POST /mcpTwo execution planes
The xAI API plane and Grok CLI subscription plane have separate catalogs, sessions, costs, and failover rules.
api ≠ cliSupervised collaboration
Agents and humans can propose changes while deterministic tests and Codex-owned landing keep main coherent.
review → verify → landStart with the real boundary
Run locally. Verify directly.
Then connect your IDE.
Initialization prints the supported xAI API and SuperGrok CLI credential paths. Complete at least one before expecting real agent calls to succeed.
git clone https://github.com/djtelicloud/grok-mcp-server.git
cd grok-mcp-server
uv run python main.py init
# Choose an API or CLI credential path; then:
docker compose up --build -dBuilt for people and agents
Public project context,
in machine-readable form.
Help build the gateway
Contributors get a control plane.
Visitors get a clear front door.
GitHub login establishes contributor identity. Every protected request performs a fresh server-side role check against this repository before returning project data.