Skip to content
Grok

Exomem for Grok

io.github.artexis10/exomem

Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.

client:Grok transport:stdio runtime:pypi

Install Exomem in Grok

.mcp.json (in your project root)

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

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

Exomem in other clients