Skip to main content
Glama
Arhimage
by Arhimage

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIMICODE_API_KEYNoAPI key used by the kimi_ask tool. Alternatively set api_key in ~/.kimi-code/config.toml.
LADDER_EXPERIMENTALNoSet to '1' to enable experimental tools.0

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
kimi_codeA

Agentic work in a repository: analyze and edit files. Defaults to in-process CLI transport.

kimi_askC

Stateless question or independent review. Text only, no repo, no edits.

kimi_sessionsB

List/inspect Kimi sessions from the CLI catalog, ACP, or both.

kimi_tasksC

Manage background work: status, output, or cancel.

kimi_statusC

Installation, auth, and diagnostics.

kimi_setupC

Generate the Kimi-hosted MCP config entry for Ladder_mcp.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: ask handles questions, code does repository edits, sessions lists/inspects, setup generates config, status provides diagnostics, tasks manages background work – no overlap.

Naming Consistency5/5

All tools follow a consistent 'kimi_<noun/verb>' pattern with lowercase and underscores. The naming is uniform and predictable.

Tool Count5/5

Six tools is well-scoped for a management MCP server covering core functionality without being excessive or sparse.

Completeness4/5

The set covers primary use cases (ask, code, sessions, setup, status, tasks). Minor gaps like a dedicated help or search tool exist but do not hinder core workflows.

Maintenance

ActivityStale
ResponsivenessNo issues