Skip to content
Grok

lithtrix for Grok

io.github.learningloons-hash/lithtrix

Identity, memory, trust, and swarm MCP tools for AI agents. Spark trial at lithtrix.ai.

client:Grok transport:stdio runtime:npm

Install lithtrix in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lithtrix": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lithtrix-mcp"
      ],
      "env": {
        "LITHTRIX_API_KEY": "<LITHTRIX_API_KEY>",
        "LITHTRIX_PASSPORT_MASTER_SEED": "<LITHTRIX_PASSPORT_MASTER_SEED>",
        "LITHTRIX_PASSPORT_PRIVATE_KEY": "<LITHTRIX_PASSPORT_PRIVATE_KEY>",
        "LITHTRIX_API_URL": "<LITHTRIX_API_URL>"
      }
    }
  }
}

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

lithtrix in other clients