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).
Run
npx -y @wyrdsekai/researchzosho-mcp
MCP client config
{
"mcpServers": {
"researchzosho": {
"command": "npx",
"args": [
"-y",
"@wyrdsekai/researchzosho-mcp"
]
}
}
}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"
]
}
}
}