Local research agent that verifies its own answers. Runs on Gemma 3 4B + Ollama, $0/query.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
agentic-research-engine · pypi · 0.1.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TheAiSingularity/agentic-research",
"description": "Local research agent that verifies its own answers. Runs on Gemma 3 4B + Ollama, $0/query.",
"repository": {
"url": "https://github.com/TheAiSingularity/agentic-research-engine-oss",
"source": "github"
},
"version": "0.1.3",
"packages": [
{
"registryType": "pypi",
"identifier": "agentic-research-engine",
"version": "0.1.3",
"runtimeHint": "agentic-research-mcp",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Any OpenAI-compatible endpoint. Default: OpenAI cloud. Use http://localhost:11434/v1 for Ollama.",
"name": "OPENAI_BASE_URL"
},
{
"description": "API key for the endpoint above. Use 'ollama' as a sentinel value when running locally against Ollama.",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Model identifier used for the synthesize node. Defaults to 'gpt-5-mini'; set to 'gemma3:4b' for Mac-local Ollama.",
"name": "MODEL_SYNTHESIZER"
},
{
"description": "Model for the plan / classify / critic / compress / verify nodes. Defaults to 'gpt-5-nano'.",
"name": "MODEL_PLANNER"
},
{
"description": "Embedding model identifier (for retrieval + memory). Default 'text-embedding-3-small'; use 'nomic-embed-text' on Ollama.",
"name": "EMBED_MODEL"
},
{
"description": "Base URL of the SearXNG meta-search instance. Default http://localhost:8888.",
"name": "SEARXNG_URL"
},
{
"description": "Path to an index directory built via scripts/index_corpus.py. When set, local corpus hits augment web search.",
"name": "LOCAL_CORPUS_PATH"
},
{
"description": "Set to '1' to enable the BAAI/bge-reranker-v2-m3 cross-encoder rerank stage. First run downloads ~560MB.",
"name": "ENABLE_RERANK"
},
{
"description": "Set to '0' to skip the trafilatura full-page fetch stage. Default '1'.",
"name": "ENABLE_FETCH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-04-20T21:47:07.536306Z",
"publishedAt": "2026-04-20T21:47:07.536306Z",
"updatedAt": "2026-04-20T21:47:07.536306Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.