MCP Server
MCP
io.github.agenerationforwordz-tech/strata
Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.
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
By
Comments
Sign in to leave a comment