Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host address for the MCP server | 0.0.0.0 |
| MCP_PORT | No | Port for the MCP server | 8000 |
| KIMI_API_KEY | No | Kimi API key (e.g., sk-kimi-...). Optional in multi-tenant mode if provided by client headers. | |
| KIMI_BASE_URL | No | Base URL for the Kimi API | https://api.kimi.com/coding/v1 |
| MCP_TRANSPORT | No | MCP transport protocol to use (e.g., stdio, streamable-http) | streamable-http |
| KIMI_DEVICE_ID | No | Custom device ID. If not set, the service reads ~/.kimi/device_id or generates a stable UUID. | |
| KIMI_OS_VERSION | No | OS version reported to Kimi | 10.0.26200 |
| KIMI_USER_AGENT | No | User agent string used for requests | KimiCLI/1.23.0 |
| KIMI_DEVICE_NAME | No | Name of the device reported to Kimi | YOUR-PC |
| KIMI_MSH_VERSION | No | Version identifier for the Kimi service | 1.23.0 |
| KIMI_DEVICE_MODEL | No | Model of the device reported to Kimi | Windows 11 AMD64 |
| KIMI_MSH_PLATFORM | No | Platform identifier for the Kimi service | kimi_cli |
| MCP_STREAMABLE_HTTP_PATH | No | Endpoint path for the streamable-http transport | /mcp |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |