MCP Study Agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Study Agentgenerate study flashcards for architecture.txt"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Clonar/Abrir el proyecto en VS Code.
Crear y activar entorno virtual:
python -m venv venv .\venv\Scripts\activateInstalar 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 --reloadEl 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/studyBody (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_documentenagent/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.

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

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

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.
This server cannot be installed
Maintenance
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
The CustomGPT.ai MCP server is a fully managed, RAG-powered endpoint that connects large language models with private knowledge bases and external data sources. It provides tools for retrieval-augmented generation queries (send_message), data ingestion (upload_file), and source listing, enabling AI agents to query private documents like PDFs with high accuracy and real-time citations.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server for agentverse documentation, generated by doc2mcp.
The Needle MCP server enables semantic search on documents stored in files like PDFs, DOCX, and XLSX by connecting AI applications to external data sources. It provides capabilities to create and manage document collections, perform natural language searches on stored content, and retrieve relevant information without requiring exact keyword matches.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn 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,716467MIT
- AlicenseBqualityDmaintenanceAn MCP server that lets AI assistants read and visually analyze local documents — PDFs, Excel spreadsheets, CSV files, Word documents, PowerPoint presentations, and images.466MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that allows AI agents to read, search, summarize, and answer questions about local PDF, DOCX, XLSX, and TXT files through five tools.MIT
- FlicenseNot gradedqualityCmaintenanceA 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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