Skip to content
Cursor

ResearchZosho for Cursor

io.github.wyrdsekai/researchzosho

The research librarian for the rest of us: reads, keeps and questions your sources.

client:Cursor transport:stdio runtime:npm

Install ResearchZosho in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "researchzosho": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wyrdsekai/researchzosho-mcp"
      ],
      "env": {
        "RESEARCHZOSHO_LIBRARY": "<RESEARCHZOSHO_LIBRARY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ResearchZosho in other clients