Odel
memshelf mcp

memshelf mcp

Local
@ignatenkofiPythonMITUpdated Today

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).

PyPImemshelf-mcpv0.2.0

Run

uvx memshelf-mcp

MCP client config

{
  "mcpServers": {
    "memshelf-mcp": {
      "command": "uvx",
      "args": [
        "memshelf-mcp"
      ]
    }
  }
}