Skip to content
Cursor

agentic research for Cursor

io.github.theaisingularity/agentic-research

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

client:Cursor transport:stdio runtime:pypi

Install agentic 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": {
    "agentic-research": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

agentic research in other clients