What is MCP?
The Model Context Protocol (MCP) lets AI assistants like Claude Code and Cursor use external tools. Kyma’s MCP server exposes 13+ open-source models as tools.Install
Claude Code
Add to~/.claude/settings.json:
chat and list_models tools.
Cursor
Add to Cursor settings (Settings > MCP):Available Tools
chat
Send a message to any Kyma model.
| Parameter | Type | Required | Default |
|---|---|---|---|
| message | string | Yes | — |
| model | string | No | qwen-3.6-plus |
| system | string | No | — |
list_models
List all available models with their IDs. No parameters.
Example Usage
Once configured, ask your AI assistant:- “Use kyma chat to explain quantum computing with deepseek-r1”
- “Use kyma list_models to see available models”
- “Use kyma chat with model qwen-3-32b to review this function”