https://github.com/finki-hub/mcp
Collection of MCP servers for FCSE services and data
https://github.com/finki-hub/mcp
fcse finki ukim
Last synced: 4 months ago
JSON representation
Collection of MCP servers for FCSE services and data
- Host: GitHub
- URL: https://github.com/finki-hub/mcp
- Owner: finki-hub
- License: mit
- Created: 2025-07-01T23:37:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-23T00:29:52.000Z (4 months ago)
- Last Synced: 2026-02-23T06:05:42.786Z (4 months ago)
- Topics: fcse, finki, ukim
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FINKI HUB / MCP
Model Context Protocol (MCP) servers for FCSE course management and public APIs.
## Structure
- **`local-mcp/`** - Course management MCP server
- **`public-mcp/`** - Submodule linking to [finki-public-apis](https://gitlab.finki.ukim.mk/wp/finki-public-apis)
- **`data/`** - Course participants and staff JSON files
## Quick Start
### Clone with submodules
```bash
git clone --recurse-submodules https://github.com/finki-hub/mcp.git
cd mcp
```
### Local development
```bash
cd local-mcp
uv sync
uv run python -m app.main
```
### Docker
```bash
docker compose up -d
```
Server runs on `http://localhost:8808`
## Tools
- Get available courses (staff/participants)
- Get course staff/participants information
- Fuzzy query matching support
## License
This project is licensed under the terms of the MIT license.