Skip to content
Grok

openharness for Grok

io.github.philo-kim/openharness

Lets AI coding agents discover and reference each other's recent sessions.

client:Grok transport:stdio runtime:npm

Install openharness in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "openharness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@freebird-ai/openharness"
      ]
    }
  }
}

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

openharness in other clients