Skip to content
Cursor

memshelf mcp for Cursor

io.github.ignatenkofi/memshelf-mcp

Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time.

client:Cursor transport:stdio runtime:pypi

Install memshelf mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memshelf mcp in other clients