Odel
loom

loom

Local
@klosskarl3PythonMITUpdated 1mo ago

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

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

PyPIloom-pkmv0.2.1

Run

uvx loom-pkm

MCP client config

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