ori memory for VS Code
io.github.aayoawoyemi/ori-memory
Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.
client:VS Code
transport:stdio
runtime:npm
Install ori memory in VS Code
.vscode/mcp.json
{
"servers": {
"ori-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ori-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs