Odel
agentic research engine oss

agentic research engine oss

Local
@theaisingularity1PythonMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagentic-research-enginev0.1.3

Run

uvx agentic-research-engine

MCP client config

{
  "mcpServers": {
    "agentic-research-engine-oss": {
      "command": "uvx",
      "args": [
        "agentic-research-engine"
      ]
    }
  }
}