Skip to content
Cursor

loom for Cursor

io.github.klosskarl/loom

Local-first personal knowledge base. Cited answers from your vault via vector + graph retrieval.

client:Cursor transport:stdio runtime:pypi

Install loom in Cursor

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

{
  "mcpServers": {
    "loom": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loom-pkm"
      ]
    }
  }
}

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

loom in other clients