Описание
MCP server for CTU KOS system
README
MCP server for the CTU system KOS. (using KOSApi)
Requirements
- Java 21+
- MCP client
- KOS credentials
Building
- Run this command in the project root (output will be in
build/libs/)
./gradlew buildFatJar
(You can also get the .jar from releases)
Adding to an MCP Client
To add this server to your MCP client, you need to update your client's configuration file (e.g., mcp_config.json).
{
"mcpServers": {
"kos-mcp": {
"command": "java",
"args": [
"-jar",
"/absolute/path/to/your/file.jar"
],
"env": {
"KOS_CLIENT_ID": "your_client_id_here",
"KOS_CLIENT_SECRET": "your_client_secret_here",
"KOS_TOKEN_URL": "https://auth.fit.cvut.cz/oauth/oauth/token",
"KOS_SCOPE": "cvut:kosapi:read urn:ctu:oauth:kosapi:public.readonly",
"KOSAPI_BASE_URL": "https://kosapi.feld.cvut.cz/api/3"
}
}
}
}
Note: If you want data for CTU FIT, change KOSAPI_BASE_URL to https://kosapi.fit.cvut.cz/api/3
How to get the KOS_CLIENT_ID and KOS_CLIENT_SECRET
- Go to https://auth.fit.cvut.cz/manager/index.xhtml
- Log in
- Click "New Project" (you only need to fill in the name)
- In the project, click "New App"
- Set the Application Type to "Service Account"
- Click "Create"
- Copy your Client ID and Client Secret
Установка Kos
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jotalac/kos-mcp-serverFAQ
Kos MCP бесплатный?
Да, Kos MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kos?
Нет, Kos работает без API-ключей и переменных окружения.
Kos — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kos в Claude Desktop, Claude Code или Cursor?
Открой Kos на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Kos with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
