← Back to Plugins
MCP Server MCP

io.github.agenerationforwordz-tech/strata

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "strata-mcp-server",
      "version": "2.2.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:4320/mcp"
      },
      "environmentVariables": [
        {
          "description": "URL of your Strata server (e.g. http://10.0.0.18:4320/mcp)",
          "name": "STRATA_URL"
        },
        {
          "description": "Your agent API key from /admin/agents",
          "name": "STRATA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...