On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y verbative-memory
MCP client config
{
"mcpServers": {
"verbative-memory": {
"command": "npx",
"args": [
"-y",
"verbative-memory"
]
}
}
}Run
uvx verbative-memory
MCP client config
{
"mcpServers": {
"verbative-memory": {
"command": "uvx",
"args": [
"verbative-memory"
]
}
}
}