Skip to main content
Glama
TuTouPower

kimi-acp-mcp

by TuTouPower

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_prompt

委派任务给本机 Kimi Code(通过 kimi acp)。Kimi 在 cwd 内自主干活(读写文件、跑命令、多步推理),结果回流。返回 text + session_id(可复用)+ stopReason。

kimi_statusA

检查 Kimi ACP 子进程与握手状态、活跃 session 数。不消耗 Kimi 配额。返回 {rows: [{label, ok, detail}]} 结构,便于 host 程序化解析。

kimi_sessionsA

列出桥本地维护的 session(按 newSession/loadSession 顺序),非 ACP session/list。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve entirely different purposes: one lists sessions, the other checks status. There is no overlap in functionality.

Naming Consistency4/5

Both tools share the 'kimi_' prefix and follow a noun pattern ('sessions', 'status'), which is consistent. However, the lack of a verb-noun pattern is a minor deviation.

Tool Count2/5

With only 2 tools, the server feels too thin for its apparent domain of session management, which typically requires more operations.

Completeness2/5

The server provides listing and status checking but lacks essential operations like creating, loading, or deleting sessions, leaving significant gaps.

Maintenance

ActivitySlowing
ResponsivenessNo issues