Skip to content
Grok

claude handoff for Grok

io.github.vasilispapg/claude-handoff

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

client:Grok transport:stdio runtime:pypi

Install claude handoff in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "claude-handoff": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-handoff"
      ]
    }
  }
}

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

claude handoff in other clients