Serversio.github.agenerationforwordz-tech/strata
S

io.github.agenerationforwordz-tech/strata

io.github.agenerationforwordz-tech/strata · v2.2.0
▦ npm
v2.2.0npm npm: strata-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.agenerationforwordz-tech/strata",
  "description": "Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.",
  "repository": {
    "url": "https://github.com/agenerationforwordz-tech/strata",
    "source": "github"
  },
  "version": "2.2.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}