KappaML Server
БесплатноНе проверенExposes the KappaML API as tools for AI assistants, enabling user management, model operations, predictions, learning, forecasting, metrics, and checkpoint mana
Описание
Exposes the KappaML API as tools for AI assistants, enabling user management, model operations, predictions, learning, forecasting, metrics, and checkpoint management.
README
Remote MCP server that exposes the KappaML API as tools for AI assistants like Claude Desktop and Claude Code.
Tools (21)
| Category | Tools |
|---|---|
| Users | get_user_profile, update_user_profile |
| API Keys | create_api_key, list_api_keys, delete_api_key |
| Models | list_models, create_model, get_model, delete_model |
| Predict | predict, predict_batch |
| Learn | learn, learn_batch |
| Forecast | forecast |
| Metrics | get_metrics, get_metrics_history |
| Checkpoints | list_checkpoints, create_checkpoint, get_checkpoint, delete_checkpoint, restore_checkpoint |
Setup
Install locally
cd kappaml-mcp
pip install -e .
Run the server
# Option 1: Set API key via environment variable (single-tenant)
export KAPPAML_API_KEY=sk.xxx
python server.py
# Option 2: Clients send their own key via Authorization header (multi-tenant)
python server.py
The server starts on http://0.0.0.0:8000.
Docker
docker build -t kappaml-mcp .
docker run -p 8000:8000 -e KAPPAML_API_KEY=sk.xxx kappaml-mcp
Client Configuration
Claude Code
claude mcp add --transport http kappaml http://localhost:8000/mcp \
--header "Authorization: Bearer sk.xxx"
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kappaml": {
"url": "http://localhost:8000/mcp",
"headers": {
"Authorization": "Bearer sk.xxx"
}
}
}
}
Authentication
The server extracts the API key from the Authorization: Bearer <key> header sent by the MCP client and forwards it as X-API-Key to the KappaML API. If no header is present, it falls back to the KAPPAML_API_KEY environment variable.
Установка KappaML Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/KappaML/kappaml-mcpFAQ
KappaML Server MCP бесплатный?
Да, KappaML Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для KappaML Server?
Нет, KappaML Server работает без API-ключей и переменных окружения.
KappaML Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить KappaML Server в Claude Desktop, Claude Code или Cursor?
Открой KappaML Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare KappaML Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
