peon mem for Cline
io.github.vineetv2/peon-mem
Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.
client:Cline
transport:stdio
runtime:npm
Install peon mem in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"peon-mem": {
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "<PEON_DAEMON_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs