Skip to main content
Glama
ChutinRop

MCP Study Agent

by ChutinRop

MCP Study Agent Project 📚

Este proyecto implementa un agente MCP (Model Context Protocol) capaz de interactuar con documentos locales para facilitar el estudio.

🚀 Instalación y Setup

  1. Clonar/Abrir el proyecto en VS Code.

  2. Crear y activar entorno virtual:

    python -m venv venv
    .\venv\Scripts\activate
  3. Instalar dependencias:

    pip install -r requirements.txt

Related MCP server: Docalyze

🛠️ Ejecución del Servidor

Corre el servidor FastAPI usando Uvicorn:

uvicorn mcp-server.server:app --reload

El servidor estará disponible en: http://127.0.0.1:8000


🤖 Endpoints y Tools

1. Listar Documentos (Tool MCP)

Muestra los archivos disponibles en la carpeta data/.

  • URL: GET /tools/list_documents

2. Leer Documento (Tool MCP)

Lee el contenido de un archivo específico.

  • URL: GET /tools/read_document?filename=prueba.txt

3. Agente de Estudio (Agentic Flow)

Invoca al agente para procesar un documento usando las tools MCP.

  • URL: POST /agent/study

  • Body (JSON):

    {
      "filename": "arquitectura.txt",
      "mode": "summary"
    }
  • Modos disponibles: summary | flashcards


🧠 Estructura del Agente

  • Skills: Lógica de procesamiento de resúmenes y generación de flashcards en skills/study_skill.py.

  • Agente: El "cerebro" que decide invocar la tool read_document en agent/study_agent.py.

  • Server: Expone las herramientas y el punto de entrada para el agente.


✅ Checklist de Cumplimiento

  • Tools MCP: Funcionando y parametrizadas.

  • Skill: Pasos definidos para resumen y flashcards.

  • Agente: Invoca tools reales y entrega resultados útiles.

  • README: Guía de uso rápido.

Prueba de funcionamiento

Servidor corriendo

El servidor MCP se ejecuta localmente usando uvicorn.

Servidor corriendo


Tools disponibles

El servidor expone herramientas MCP que pueden ser usadas por el agente.

Tools MCP


Ejecución del agente

El agente invoca la tool read_document y genera un resumen del documento.

Resultado del agente

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that enables AI assistants to interact with the Anki flashcard application for studying, deck management, and note creation. It supports natural language interaction for reviewing cards, searching content, and managing media files across local and remote environments.
    1,716
    467
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that lets AI assistants read and visually analyze local documents — PDFs, Excel spreadsheets, CSV files, Word documents, PowerPoint presentations, and images.
    4
    66
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A learning-focused MCP server demonstrating tool, resource, and prompt functionalities including greeting, arithmetic, time retrieval, file reading, dynamic profiles, and document summarization.
    -

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/ChutinRop/mcp-study-agent'

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