Grok Bot MCP
by quabug
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_BOT_MCP_URL | No | Upstream URL for stdio bridge | http://127.0.0.1:$PORT/mcp |
| GROK_BOT_MCP_PORT | No | Loopback MCP HTTP port | 3851 |
| GROK_BOT_MCP_ROOT | No | Repo root (agent-bridge, scripts, secrets) | directory of start-secure.sh / start-stdio.sh |
| GROK_BOT_WORKSPACE | No | Folder scope for workspace tools | /workspace/chatgpt if present, else $ROOT/../chatgpt or $ROOT/workspace |
| ALLOW_NO_AUTH_LOCAL | No | Documents loopback no-auth intent (with AI_PC_MCP_ALLOW_NO_AUTH) | 1 when started via scripts |
| GROK_BOT_AGENTS_DIR | No | Agent profiles for list_agents | /home/box/agent-data/agents if present, else $ROOT/../agent-data/agents |
| GROK_BOT_GATEWAY_PORT | No | OAuth gateway port | 3860 |
| GROK_BOT_SELF_AGENT_ID | No | This agent's id (self flag / from field) | legacy box UUID (override on other hosts) |
| AI_PC_MCP_ALLOW_NO_AUTH | No | Used with ALLOW_NO_AUTH_LOCAL to allow no-auth on loopback | unset |
| CLOUDFLARE_TUNNEL_TOKEN | No | Named Cloudflare tunnel (cloudflared tunnel run --token) | unset |
| AGENT_BRIDGE_WEBHOOK_URL | No | POST {event:"outbox",id,to_agent_id,to_name} after queue (or use agent-bridge/webhook.url) | unset |
| GROK_BOT_PUBLIC_BASE_URL | No | Stable public HTTPS base for named/external ingress | (from quick tunnel) |
| GROK_BOT_SKIP_QUICK_TUNNEL | No | If 1 with GROK_BOT_PUBLIC_BASE_URL, do not start quick tunnel | unset |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |