ResearchZosho for Zed
io.github.wyrdsekai/researchzosho
The research librarian for the rest of us: reads, keeps and questions your sources.
client:Zed
transport:stdio
runtime:npm
Install ResearchZosho in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"researchzosho": {
"command": "npx",
"args": [
"-y",
"@wyrdsekai/researchzosho-mcp"
],
"env": {
"RESEARCHZOSHO_LIBRARY": "<RESEARCHZOSHO_LIBRARY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs