Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ResearchZosho in other clients