Skip to main content
Glama
abhilash2429

agentic-research

by abhilash2429

agentic-research

Un pipeline de investigación web agéntico. Haz una pregunta en lenguaje natural; busca en la web, obtiene páginas candidatas, las divide en fragmentos y las incrusta, recupera solo los fragmentos relevantes y devuelve una respuesta con citas que apuntan al pasaje fuente exacto.

Diseñado para ser llamado tanto por un agente de IA como por un humano. El servidor MCP lo expone como una herramienta deep_research, de modo que un agente de codificación pueda acceder a información actualizada y citada en lugar de adivinar a partir de los datos de entrenamiento.

Por qué una capa de recuperación

El enfoque habitual de los agentes para la web es: buscar, obtener la página completa, poner todo en la ventana de contexto y responder. Eso te limita a un puñado de fuentes y te cobra el precio completo de tokens por páginas que resultan ser en su mayoría irrelevantes.

typical:   search -> fetch full page -> stuff into context -> answer
           ~5 sources, full token price per page, no span-level citation

here:      search -> fetch N pages -> parent/child chunk -> embed
           -> retrieve only relevant children -> expand parents on demand
           -> compress -> answer
           ~30 sources, lower token cost, structural citations

Related MCP server: Deep Research MCP Server

Estado

Trabajo en curso, construido por fases. Consulta docs/ para una nota sobre cada capa.

Fase

Capa

Estado

0

Base, contratos compartidos

hecho

1

Config, fábrica de LLM basada en roles

hecho

2

Obtención y extracción

hecho

3

Fragmentación jerárquica

hecho

4

Indexación y reordenamiento

en progreso

5

Proveedores de búsqueda

hecho

6

Bucle de investigador único

pendiente

7

Grafo completo: expansión, aclaración, compresión

pendiente

8

Arnés de evaluación

pendiente

9

Capa de servicio y API

pendiente

10

Servidor MCP

pendiente

11

Interfaz web

pendiente

Configuración

python -m venv .venv
.venv/Scripts/python -m pip install -e ".[dev,api,mcp]"
cp .env.example .env      # fill in LiteLLM and search keys
docker compose up -d qdrant
ares doctor

CLI

Un comando por capa, para que puedas ver qué hace cada una por sí sola.

ares doctor                        # proxy, models and Qdrant reachable
ares fetch <url> --show            # raw HTML to clean markdown
ares chunk <url>                   # the parent/child tree
ares index <url>                   # embed and store, or report a cache hit
ares search "..." --no-rerank      # retrieval without the reranker
ares search "..." --rerank         # and with it
ares websearch "..."               # provider results
ares research "..."                # the whole loop, cited answer
ares eval                          # scorecard against the committed baseline

Licencia

MIT

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables iterative deep research by integrating AI agents with search engines, web scraping, and large language models for efficient data gathering and comprehensive reporting.
    20
    321
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An agent-based tool that provides web search and advanced research capabilities including document analysis, image description, and YouTube transcript retrieval.
    17
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enhances LLM applications with deep autonomous web research capabilities, delivering higher quality information than standard search tools by exploring and validating numerous trusted sources.
    364
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An automated research agent that leverages Google Gemini models and Google Search to perform deep, multi-step web research, generating sophisticated queries and producing citation-rich answers.
    1
    28
    MIT

View all related MCP servers

Related MCP Connectors

  • Web research for agents: quality-scored Google search, webpage extraction, and deep research.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • The best web search for your AI Agent

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhilash2429/agentic-research'

If you have feedback or need assistance with the MCP directory API, please join our Discord server