Skip to content
Gemini CLI

domain memory for Gemini CLI

io.github.mashware/domain-memory

Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.

client:Gemini CLI transport:stdio runtime:npm

Install domain memory in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "domain-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@mashware/domain-memory-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

domain memory in other clients