MCP-Powered Deep Research Agent
by preethu13
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROMA_DIR | No | ChromaDB vector store | data/chroma |
| OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
| SCRAPE_TIMEOUT | No | Scraping timeout (seconds) | 30 |
| SEARCH_TIMEOUT | No | Search network timeout (seconds) | 10 |
| LLM_TEMPERATURE | No | Lower = more factual | 0.2 |
| RESEARCH_DB_PATH | No | SQLite database | data/research.db |
| OLLAMA_CHAT_MODEL | No | Chat/reasoning model | llama3.1:8b |
| SOURCES_TO_SCRAPE | No | Pages to read per sub-question | 3 |
| OLLAMA_EMBED_MODEL | No | Embedding model | nomic-embed-text |
| RESPECT_ROBOTS_TXT | No | Honour robots.txt | true |
| MAX_RESULTS_PER_QUERY | No | DuckDuckGo results per sub-question | 5 |
| RECALL_SHORTCIRCUIT_HITS | No | Skip web search if >= N strong memories exist | 2 |
| MEMORY_RELEVANCE_THRESHOLD | No | Cosine similarity cutoff for recall | 0.75 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues