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
{
"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