Skip to content
Cline

agentic research for Cline

io.github.theaisingularity/agentic-research

Local research agent that verifies its own answers. Runs on Gemma 3 4B + Ollama, $0/query.

client:Cline transport:stdio runtime:pypi

Install agentic research in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentic-research": {
      "command": "uvx",
      "args": [
        "agentic-research-engine"
      ],
      "env": {
        "OPENAI_BASE_URL": "<OPENAI_BASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "MODEL_SYNTHESIZER": "<MODEL_SYNTHESIZER>",
        "MODEL_PLANNER": "<MODEL_PLANNER>",
        "EMBED_MODEL": "<EMBED_MODEL>",
        "SEARXNG_URL": "<SEARXNG_URL>",
        "LOCAL_CORPUS_PATH": "<LOCAL_CORPUS_PATH>",
        "ENABLE_RERANK": "<ENABLE_RERANK>",
        "ENABLE_FETCH": "<ENABLE_FETCH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agentic research in other clients