Skip to content
Grok

ID Protocol for Grok

io.github.markoblogo/id

Portable human-AI context protocol reference tooling.

client:Grok transport:stdio runtime:pypi

Install ID Protocol in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "id": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "id-protocol"
      ]
    }
  }
}

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

ID Protocol in other clients