Persistent file-based memory for AI agents: inspectable, versionable, fully local.
claude mcp add crbro-memory -- npx -y crbro-memory
claude_desktop_config.json
{
"mcpServers": {
"crbro-memory": {
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"crbro-memory": {
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crbro-memory": {
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"crbro-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"crbro-memory": {
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Octonove--crbro-memory/reviews or the review_server meta-tool.
POST /mcp