Skip to content
Claude Desktop

strata for Claude Desktop

io.github.agenerationforwordz-tech/strata

Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.

client:Claude Desktop transport:stdio runtime:npm

Install strata in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "strata": {
      "command": "npx",
      "args": [
        "-y",
        "strata-mcp-server"
      ],
      "env": {
        "STRATA_URL": "<STRATA_URL>",
        "STRATA_API_KEY": "<STRATA_API_KEY>"
      }
    }
  }
}

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

strata in other clients