ResearchZosho for VS Code
io.github.wyrdsekai/researchzosho
The research librarian for the rest of us: reads, keeps and questions your sources.
client:VS Code
transport:stdio
runtime:npm
Install ResearchZosho in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "researchzosho-library",
"description": "RESEARCHZOSHO_LIBRARY",
"password": true
}
],
"servers": {
"researchzosho": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wyrdsekai/researchzosho-mcp"
],
"env": {
"RESEARCHZOSHO_LIBRARY": "${input:researchzosho-library}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs