ResearchZosho

ResearchZosho

Local
@wyrdsekaiJavaApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@wyrdsekai/researchzosho-mcpv0.4.6

Run

npx -y @wyrdsekai/researchzosho-mcp

MCP client config

{
  "mcpServers": {
    "researchzosho": {
      "command": "npx",
      "args": [
        "-y",
        "@wyrdsekai/researchzosho-mcp"
      ]
    }
  }
}
Dockerghcr.io/wyrdsekai/researchzosho:0.4.6

Run

docker run -i --rm ghcr.io/wyrdsekai/researchzosho:0.4.6

MCP client config

{
  "mcpServers": {
    "researchzosho": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyrdsekai/researchzosho:0.4.6"
      ]
    }
  }
}