Skip to content
Grok

T1/T2 Protocol for Grok

io.github.fauxetine/t1-t2-protocol

Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.

client:Grok transport:stdio runtime:pypi

Install T1/T2 Protocol in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "t1-t2-protocol": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "t1-t2-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

T1/T2 Protocol in other clients