Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.
claude mcp add strata -- npx -y strata-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"strata": {
"command": "npx",
"args": [
"-y",
"strata-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"strata": {
"command": "npx",
"args": [
"-y",
"strata-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"strata": {
"command": "npx",
"args": [
"-y",
"strata-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"strata": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"strata-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"strata": {
"command": "npx",
"args": [
"-y",
"strata-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.agenerationforwordz-tech--strata/reviews or the review_server meta-tool.
POST /mcp