Overview
What is MCP-server?
MCP-server is a simple server designed to assist users in managing their Moodle accounts and tasks. It utilizes LLM models such as OpenAI and localLLM (ollama) to provide various functionalities.
How to use MCP-server?
To use MCP-server, you need to set up your environment by configuring the .env file with your information, then run the server using Python commands as specified in the documentation.
Key features of MCP-server?
- Displays due dates for assignments
- Shows unread messages from Moodle
- Lists uncompleted quizzes
- Provides an overview of all courses you are enrolled in
Use cases of MCP-server?
- Managing assignment deadlines effectively
- Keeping track of unread messages from instructors
- Monitoring quiz completion status
- Overviewing course enrollments
FAQ from MCP-server?
- Can MCP-server work with any Moodle account?
Yes! As long as you have the correct credentials and access to your Moodle account, MCP-server can assist you.
- Is there a cost to use MCP-server?
No! MCP-server is free to use for all users.
- What programming language is MCP-server built with?
MCP-server is built using Python.