Skip to content
Grok

Longhand for Grok

io.github.wynelson94/longhand

Local memory for Claude Code. Semantic recall across session history with zero API calls.

client:Grok transport:stdio runtime:pypi

Install Longhand in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "longhand": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "longhand"
      ]
    }
  }
}

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

Longhand in other clients