Skip to content
Cursor

strata for Cursor

io.github.agenerationforwordz-tech/strata

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

client:Cursor transport:stdio runtime:npm

Install strata in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

strata in other clients