← Index

io.github.agenerationforwordz-tech/strata

io.github.agenerationforwordz-tech/strata·v2.2.0·Memory & RAG
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "strata": {
      "command": "npx",
      "args": [
        "-y",
        "strata-mcp-server"
      ],
      "env": {
        "STRATA_URL": "<strata_url>",
        "STRATA_API_KEY": "<strata_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "strata": {
      "command": "npx",
      "args": [
        "-y",
        "strata-mcp-server"
      ],
      "env": {
        "STRATA_URL": "<strata_url>",
        "STRATA_API_KEY": "<strata_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y strata-mcp-server
§02  Environment variables
STRATA_URL

URL of your Strata server (e.g. http://10.0.0.18:4320/mcp)

STRATA_API_KEY

Your agent API key from /admin/agents

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG