Skip to content
Grok

atomadic fuse for Grok

tech.atomadic/atomadic-fuse

Atomadic Fuse MCP — polyglot compiler, harvest logic atoms, discover product chains.

client:Grok transport:stdio runtime:pypi

Install atomadic fuse in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "atomadic-fuse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomadic-fuse"
      ]
    }
  }
}

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

atomadic fuse in other clients