Skip to content
Grok

Explicit Formula — Second Brain for Grok

io.github.travisbergen2/second-brain

Your own notes, searched and cited by your AI — local-only, allowlist-gated, capped, and logged.

client:Grok transport:stdio runtime:npm

Install Explicit Formula — Second Brain in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "second-brain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@travisbergen2/second-brain-mcp"
      ]
    }
  }
}

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

Explicit Formula — Second Brain in other clients