Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.
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
uvx memshelf-mcp
MCP client config
{
"mcpServers": {
"memshelf-mcp": {
"command": "uvx",
"args": [
"memshelf-mcp"
]
}
}
}