Model Context Protocol (MCP) servers for FCSE course management and public APIs.
local-mcp/- Course management MCP serverpublic-mcp/- Submodule linking to finki-public-apisdata/- Course participants and staff JSON files
git clone --recurse-submodules https://github.com/finki-hub/mcp.git
cd mcpcd local-mcp
uv sync
uv run python -m app.maindocker compose up -dServer runs on http://localhost:8808
- Get available courses (staff/participants)
- Get course staff/participants information
- Fuzzy query matching support
This project is licensed under the terms of the MIT license.