Kimi Coding MCP
by molicherry
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/molicherry/kimicode-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server