Skip to content
Claude Desktop

domain memory for Claude Desktop

io.github.mashware/domain-memory

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

client:Claude Desktop transport:stdio runtime:npm

Install domain memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

domain memory in other clients