Skip to content
VS Code

Shelfmark for VS Code

io.github.dankaro-projects/shelfmark

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

client:VS Code transport:stdio runtime:pypi

Install Shelfmark in VS Code

.vscode/mcp.json

{
  "servers": {
    "shelfmark": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shelfmark"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Shelfmark in other clients