TinyFish Guided Research for Zed
io.github.mohdsaleh/tinyfish-guided-research
Auditable deep-research MCP server powered by TinyFish Search and Fetch.
client:Zed
transport:stdio
runtime:pypi
Install TinyFish Guided Research in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tinyfish-guided-research": {
"command": "uvx",
"args": [
"tinyfish-guided-research-mcp"
],
"env": {
"TINYFISH_API_KEY": "<TINYFISH_API_KEY>",
"DATABASE_URL": "<DATABASE_URL>",
"RESEARCH_DB_PATH": "<RESEARCH_DB_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs