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).
Run
uvx agentic-research-engine
MCP client config
{
"mcpServers": {
"agentic-research-engine-oss": {
"command": "uvx",
"args": [
"agentic-research-engine"
]
}
}
}