Skip to content
Grok

agent harnesses for Grok

io.github.ryanalberts/agent-harnesses

Agent-harness picks, decision guides, and setup templates; live GitHub/HN discovery.

client:Grok transport:stdio runtime:pypi

Install agent harnesses in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-harnesses": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}

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

agent harnesses in other clients