Persistent memory for AI coding agents that knows when it has gone stale. MCP server, one Rust binary, 100% local.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"limpet": {
"command": "cargo",
"args": [
"run",
"--",
"limpet"
]
}
}
}
Run in terminal:
claude mcp add limpet cargo run -- limpet
Add to .cursor/mcp.json:
{
"mcpServers": {
"limpet": {
"command": "cargo",
"args": [
"run",
"--",
"limpet"
]
}
}
}