Skip to main content
Glama
ximenchuifeng

Codex Kimi Bridge

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIMI_MODELNoThe Kimi model to use.
KIMI_THINKINGNoThinking mode for Kimi.
KIMI_CODE_HOMENoPath to the Kimi Code home directory.
KIMI_AUTO_STARTNoWhether to auto-start the Kimi server when needed.true
KIMI_SERVER_URLNoThe base URL of the Kimi server.http://127.0.0.1:58627
KIMI_SERVER_TOKENNoThe Bearer token for authenticating with the Kimi server.
KIMI_PERMISSION_MODENoPermission mode for Kimi.
KIMI_PREFLIGHT_CACHE_MSNoCache lifetime for preflight checks in milliseconds.5000

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_delegate_taskD
kimi_delegate_and_waitD
kimi_wait_until_idleD
kimi_get_handoffD
kimi_review_packageD
kimi_continue_taskD
kimi_get_diffD
kimi_abortD
kimi_bridge_statusD
kimi_recent_sessionsD
kimi_find_recent_sessionD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 11 tools

Disambiguation2/5

Without descriptions, many tools are ambiguous. Similar names like 'kimi_delegate_and_wait' and 'kimi_delegate_task' or 'kimi_recent_sessions' and 'kimi_find_recent_session' suggest overlapping purposes, making it hard to distinguish between them.

Naming Consistency4/5

All tools follow the 'kimi_' prefix and use snake_case. Most follow a verb_noun pattern (e.g., 'kimi_abort', 'kimi_continue_task'), though a few are noun-based like 'kimi_bridge_status' or 'kimi_recent_sessions', which is a minor deviation.

Tool Count5/5

With 11 tools, the count is well-scoped for a bridge service. It covers a variety of operations without being excessive or insufficient, striking a good balance.

Completeness3/5

The tool names suggest task management and session handling, but there are noticeable gaps like missing 'create_task' or 'cancel_task'. Core operations like delegation and review are present, but the surface feels incomplete for a full workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues