Skip to content
Grok

emulo for Grok

io.github.ohad6k/emulo

Mine your local AI coding session logs into a profile your agent loads before every task.

client:Grok transport:stdio runtime:pypi

Install emulo in Grok

.mcp.json (in your project root)

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

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

emulo in other clients