Skip to content
Grok

adam framework for Grok

io.github.strangeadvancedmarketing/adam-framework

Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.

client:Grok transport:stdio runtime:pypi

Install adam framework 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": {
    "adam-framework": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adam-mcp"
      ],
      "env": {
        "ADAM_VAULT_PATH": "<ADAM_VAULT_PATH>"
      }
    }
  }
}

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

adam framework in other clients