Metadata-Version: 2.4
Name: unigrok-gateway
Version: 0.0.1
Summary: Name placeholder for UniGrok — the workspace-neutral dual-plane Grok MCP gateway (runs as a local Docker service).
Project-URL: Homepage, https://github.com/djtelicloud/grok-mcp-server
Project-URL: Repository, https://github.com/djtelicloud/grok-mcp-server
Project-URL: Issues, https://github.com/djtelicloud/grok-mcp-server/issues
Author: djtelicloud
License: MIT
Keywords: gateway,grok,mcp,model-context-protocol,unigrok,xai
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# unigrok

Name placeholder for **UniGrok** — the workspace-neutral, dual-plane Grok MCP gateway.

UniGrok runs as a local Docker service that every MCP-capable IDE connects to at
`http://localhost:4765/mcp`. It is not an `npx`-run process, so this package only
points you at the real install.

## Install

```bash
git clone https://github.com/djtelicloud/grok-mcp-server.git
cd grok-mcp-server
docker compose build
docker compose run --rm grok-cli-auth   # log in to Grok once
docker compose up -d
```

Full docs: https://github.com/djtelicloud/grok-mcp-server#readme

A full `npx unigrok` launcher will replace this placeholder in a later release.
