Este proyecto fue creado con fines puramente educativos. El uso de este servidor MCP para acceder a plataformas institucionales debe hacerse respetando los términos de servicio de tu institución. El autor no se hace responsable por bloqueos de cuenta o mal uso de la herramienta.
{
"mcpServers": {
"udb-student-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Un servidor Model Context Protocol (MCP) escrito en Go diseñado para interactuar con plataformas Moodle y sistemas de reserva de bibliotecas (MRBS/Koha). Este servidor expone herramientas para que los agentes LLM puedan consultar cursos, listar recursos, descargar documentos PDF directamente desde Moodle y realizar reservas de cubículos.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Un servidor Model Context Protocol (MCP) escrito en Go diseñado para interactuar con plataformas Moodle y sistemas de reserva de bibliotecas (MRBS/Koha). Este servidor expone herramientas para que los agentes LLM puedan consultar cursos, listar recursos, descargar documentos PDF directamente desde Moodle y realizar reservas de cubículos.
El servidor expone las siguientes herramientas:
get_my_courses: Obtiene la lista de cursos en los que el estudiante está inscrito.get_course_pdfs: Obtiene la lista de PDFs disponibles dentro de un curso específico.download_moodle_pdf: Descarga un PDF desde Moodle hacia el entorno local (carpeta downloads/) y devuelve la ruta absoluta para que el agente pueda leerlo con sus herramientas nativas.reserve_library_room: Reserva un cubículo en la biblioteca (sistema MRBS) especificando fecha, hora de inicio, hora de fin y el ID del cubículo.El proyecto requiere variables de entorno para su configuración y autenticación tanto de Moodle como de la Biblioteca. Puedes definir estas variables en tu entorno o usar un archivo .env basándote en .env.example.
Debes configurar las siguientes variables:
# Configuración general
MCP_TYPE=mcp-go
# Configuración de Moodle
AUTH_TYPE=moodle
MOODLE_BASE_URL=https://tu-plataforma-moodle.com
MOODLE_USERNAME=tu_usuario
MOODLE_PASSWORD=tu_contraseña
# Configuración de Biblioteca (Koha/MRBS)
BIBLIO_TYPE=koha
KOHA_BASE_URL=https://tu-sistema-koha.com
KOHA_USERNAME=tu_usuario_koha
KOHA_PASSWORD=tu_contraseña_koha
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol server for searching and analyzing arXiv papers
📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
MCP Security Weekly
Get CVE alerts and security updates for Udb Student Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.