Skip to content
Cursor

Memory Fabric for Cursor

io.github.elvirafa/memory-fabric

File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.

client:Cursor transport:stdio runtime:pypi

Install Memory Fabric in Cursor

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

{
  "mcpServers": {
    "memory-fabric": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memory-fabric"
      ]
    }
  }
}

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

Memory Fabric in other clients