KEPTA — Agent Memory for VS Code
io.github.damiantodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
client:VS Code
transport:stdio
runtime:npm
Install KEPTA — Agent Memory in VS Code
.vscode/mcp.json
{
"servers": {
"kepta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kepta-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs