Skip to content
Cursor

TinyFish Guided Research for Cursor

io.github.mohdsaleh/tinyfish-guided-research

Auditable deep-research MCP server powered by TinyFish Search and Fetch.

client:Cursor transport:stdio runtime:pypi

Install TinyFish Guided Research 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": {
    "tinyfish-guided-research": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tinyfish-guided-research-mcp"
      ],
      "env": {
        "TINYFISH_API_KEY": "<TINYFISH_API_KEY>",
        "DATABASE_URL": "<DATABASE_URL>",
        "RESEARCH_DB_PATH": "<RESEARCH_DB_PATH>"
      }
    }
  }
}

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

TinyFish Guided Research in other clients