Shelfmark for Grok
io.github.dankaro-projects/shelfmark
Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG.
client:Grok
transport:stdio
runtime:pypi
Install Shelfmark in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shelfmark": {
"type": "stdio",
"command": "uvx",
"args": [
"shelfmark"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs