peon mem for VS Code
io.github.vineetv2/peon-mem
Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.
client:VS Code
transport:stdio
runtime:npm
Install peon mem in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "peon-daemon-url",
"description": "PEON_DAEMON_URL",
"password": true
}
],
"servers": {
"peon-mem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "${input:peon-daemon-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs