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).
Run
uvx shelfmark
MCP client config
{
"mcpServers": {
"shelfmark": {
"command": "uvx",
"args": [
"shelfmark"
]
}
}
}