Skip to content
Grok

mif tools for Grok

io.github.varun29ankus/mif-tools

Convert, validate, and inspect AI agent memories across formats

client:Grok transport:stdio runtime:pypi

Install mif tools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mif-tools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mif-tools"
      ]
    }
  }
}

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

mif tools in other clients