SMRITI Memory for VS Code
io.github.shivamtyagi18/smriti-memory
Neuro-inspired long-term memory for AI agents with semantic graph and consolidation.
client:VS Code
transport:stdio
runtime:pypi
Install SMRITI Memory in VS Code
.vscode/mcp.json
{
"servers": {
"smriti-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"smriti-memcore"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs