cozo memory for VS Code
io.github.tobs-code/cozo-memory
Local-first memory system for AI agents with hybrid search and graph reasoning
client:VS Code
transport:stdio
runtime:npm
Install cozo memory in VS Code
.vscode/mcp.json
{
"servers": {
"cozo-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs