Odel
Shelfmark

Shelfmark

Local
@dankaro-projectsPythonMITUpdated 3w ago

Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG.

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

PyPIshelfmarkv0.4.9

Run

uvx shelfmark

MCP client config

{
  "mcpServers": {
    "shelfmark": {
      "command": "uvx",
      "args": [
        "shelfmark"
      ]
    }
  }
}