Shared MCP gateway
Connect multiple IDE agents to one stable endpoint with per-client attribution and server-held credentials.
POST /mcpOpen source · Local first · MCP native
UniGrok lets Codex, Claude, VS Code, and other MCP clients share a server-side Grok connection without copying your xAI credential into every editor.
One server-side credential boundary
API and subscription CLI planes stay distinct
Codex-owned integration and release gates
$ curl -fsS localhost:4765/healthz ✓ example response: {"status":"healthy"} $ codex mcp get grok transport Streamable HTTP endpoint localhost:4765/mcp tools agent + research jobs credential server-side only # each client sends its own X-Client-ID
Never send an xAI API key to this website. This public site holds no credentials and requests none.
One service, clear trust zones
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.
Connect multiple IDE agents to one stable endpoint with per-client attribution and server-held credentials.
POST /mcpThe xAI API plane and Grok CLI subscription plane have separate catalogs, sessions, costs, and failover rules.
api ≠ cliAgents and humans can propose changes while deterministic tests and Codex-owned landing keep main coherent.
review → verify → landVerified swarm and evolutionary code search runs in the local contributor Forge, not in the browser.
become a contributor →Start with the real boundary
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 -d
Built for people and agents
Help build the gateway
GitHub login establishes contributor identity. Every protected request performs a fresh server-side role check against this repository before returning project data.