Librarian for Zed
io.github.terobyte/librarian
Deterministic ebook-to-markdown pipeline with MCP tools to browse, search, and read your books.
client:Zed
transport:stdio
runtime:pypi
Install Librarian in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"librarian": {
"command": "uvx",
"args": [
"librarian-cli"
],
"env": {
"LIB_HOME": "<LIB_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs