Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Kimi MCP Server

NPM · @TRISHCHUK/KIMI-MCP-SERVER · SCANNED AUG 3

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

+13 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2602 tokens (~185/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage92
  • 93% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 85% of tool parameters carry a description.Partial
  • Structured output schemas are declared (29% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @trishchuk/kimi-mcp-server

# add to Claude Code
claude mcp add x51xxx-kimi-mcp-server -- npx -y @trishchuk/kimi-mcp-server
# add to Codex CLI
codex mcp add x51xxx-kimi-mcp-server -- npx -y @trishchuk/kimi-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "x51xxx-kimi-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@trishchuk/kimi-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add x51xxx-kimi-mcp-server --command npx --arg -y --arg @trishchuk/kimi-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  x51xxx-kimi-mcp-server:
    command: "npx"
    args: ["-y", "@trishchuk/kimi-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "x51xxx-kimi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/kimi-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +16
    • Known CVEs: partial → unverified security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 93 → unverified functional
    • Dependency health: partial → unverified functional
    • Schema quality: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Security disclosure: fail → unverified functional
    • Schema quality: unverified → good functional
  • 1 Aug 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +24
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 93 functional
    • Schema quality: unverified → 100 functional
  • 28 Jul 26 −24
    • Schema quality: 100 → unverified functional
    • Tool coverage: 93 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@trishchuk/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 14 exposed · ~2,602 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ask-kimi ~657

Execute Kimi Code CLI with file analysis (@syntax), session resume, MCP passthrough, and safety controls.

NameTypeReqDescription
addDirsarrayAdditional writable directories (--add-dir, repeatable).
afkboolean--afk: auto-approve in away-from-keyboard mode (print mode implies this).
agentstringBuiltin agent spec to use (--agent). "default" or "okabe".
agentFilestringCustom agent spec file (--agent-file).
cdstringWorking directory
configConfiguration overrides — string (JSON/TOML) or object passed via --config.
configFilestringPath to a config file (TOML or JSON).
continueLatestbooleanUse --continue to resume the most recent Kimi session in cwd.
dryRunbooleanReturn the resolved CLI argv as JSON without spawning Kimi.
finalOnlybooleanAdd --final-message-only — skip intermediate tool-call output. Default: true.
includeMetadatabooleanInclude tool-call metadata in response (only meaningful with stream-json).
maxRalphIterationsintegerExtra autonomous iterations after the first turn (--max-ralph-iterations, -1 = unlimited).
maxStepsPerTurnintegerCap steps in one turn (--max-steps-per-turn).
mcpConfigFilestringPath to an MCP config file with `mcpServers` (passed via --mcp-config-file).
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default (~/.kimi/config.toml).
outputFormatstringKimi --output-format. "text" (default for clean responses) or "stream-json" (JSONL with assistant + tool messages).
planbooleanStart in plan mode (--plan). For richer planning, prefer the plan-kimi tool.
promptstringyesTask or question. Use @ to include files (e.g., '@largefile.ts explain').
quietbooleanUse --quiet (= --print --output-format text --final-message-only).
resetSessionbooleanClear session context before execution. Starts fresh conversation.
responseModestringResponse verbosity: "clean" returns only the final answer (default), "full" includes tool calls and stderr execution log.
sessionIdstringInternal session ID for conversation continuity (workspace-isolated).
skillsDirsarrayCustom skills directories (--skills-dir, repeatable). Overrides default discovery.
thinkingbooleanToggle thinking mode (overrides default_thinking from config).
timeoutnumberMaximum execution time in milliseconds (optional)
workingDirstringWorking directory for execution (alias of cd)
yoloboolean⚠️ --yolo: auto-approve everything (dangerous, full file access).

No output schema declared.

No examples provided.

batch-kimi ~196

Delegate multiple atomic tasks to Kimi for batch processing. Ideal for repetitive operations, mass refactoring, and automated transformations.

NameTypeReqDescription
concurrencyintegerMaximum parallel Kimi processes when parallel=true. Default: min(task count, 4)
modelstringOptional model override applied to every task. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest.
parallelbooleanExecute independent tasks in parallel
stopOnErrorbooleanStop execution if any task fails
tasksarrayyesArray of atomic tasks to delegate to Kimi
timeoutnumberMaximum execution time per task in milliseconds
workingDirstringWorking directory for execution
yolobooleanAuto-approve everything (typical for batch jobs)
NameTypeReqDescription
failednumberyes
resultsarrayyes
skippednumberyes
successfulnumberyes
totalnumberyes

No examples provided.

bg-kimi ~318

Run Kimi CLI as a detached background task. Subactions: start (returns taskId), status, tail (log output), stop, remove, list. Use for long-running autonomous work — the MCP call returns immediately and you poll status later.

NameTypeReqDescription
actionstringyesBackground task action.
addDirsarray
agentstring
agentFilestring
cdstring
labelstringHuman-readable label to identify this task later.
linesintegerLines to return from log tail.
maxRalphIterationsintegerExtra autonomous iterations after the first turn. -1 = unlimited.
maxStepsPerTurninteger
mcpConfigFile
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest.
planbooleanStart in plan mode.
promptstringPrompt (required for action=start).
signalstringSignal for stop action.
skillsDirsarray
taskIdstringTask ID returned by action=start.
thinkingboolean
workingDirstring
yoloboolean--yolo: auto-approve everything (default for bg tasks: afk; pass yolo for full power).

No output schema declared.

No examples provided.

brainstorm ~261

Generate creative ideas using structured frameworks with domain context and feasibility analysis.

NameTypeReqDescription
afkbooleanAuto-approve in AFK mode
cdstringWorking directory
constraintsstringLimitations: budget, time, technical, legal, etc.
domainstringDomain: software, business, creative, research, product, marketing, etc.
existingContextstringBackground info or previous attempts
ideaCountintegerNumber of ideas (default: 12, range: 5-30)
includeAnalysisbooleanInclude feasibility/impact analysis
methodologystringFramework: divergent, convergent, scamper, design-thinking, lateral, auto (default)
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default.
promptstringyesBrainstorming challenge or question
thinkingbooleanEnable thinking mode for deeper reasoning during ideation.
yoloboolean⚠️ Bypass all approvals

No output schema declared.

No examples provided.

delegate-kimi ~294

Delegate an implementation task to Kimi in an isolated git worktree. Kimi runs autonomously (--yolo) on a fresh branch, optionally looping against a test command. Returns a taskId; later 'collect' to grab the diff. Safe: changes are sandboxed, caller reviews & applies.

NameTypeReqDescription
acceptanceCriteriaarrayBullet list of criteria the implementation must satisfy.
actionstringstart: spawn delegated task; status: check progress; collect: stop + return diff + cleanup option.
autoTeststringShell command Kimi should run after editing to validate (e.g., "npm test"). If passed, Kimi is told to loop until it passes.
baseBranchstringBranch/commit to base the worktree on (default: current HEAD of repo).
branchNamestringName for the new branch in the worktree. Default: kimi/<random>.
cleanupbooleanOn collect: also run `git worktree remove` after grabbing the diff.
maxRalphIterationsintegerExtra autonomous iterations (Ralph mode). Default 5 (use -1 for unlimited).
modelstring
taskstringWhat Kimi should accomplish (required for action=start).
taskIdstring
workingDirstringRepo root (default: resolved automatically).

No output schema declared.

No examples provided.

digest-kimi ~310

Ingest many files at once and answer a focused question. Uses Kimi's 262K context to swallow whole modules / docs that don't fit in the caller's context. Walks directories, filters by extension, truncates oversized files, caps total payload. Returns a concentrated brief.

NameTypeReqDescription
excludearraySubstrings to exclude from paths (matched against relative path). Default: node_modules, .git, dist, build.
extensionsarrayFilter by extensions when walking dirs (e.g., [".ts", ".tsx"]). Default: all text-like files.
maxBytesPerFileintegerTruncate any single file above this size. Default: 200 KB.
maxTotalBytesintegerStop adding files once the total payload exceeds this (Kimi context is ~262K tokens / ~1MB safe). Default: 8 MB.
modelstring
pathsarrayyesFiles or directories to ingest. Directories are walked. Globs are NOT expanded — pass concrete paths.
questionstringyesFocused question to answer using the provided files (e.g., "explain auth flow", "find dead code").
recursivebooleanWalk into subdirectories. Default: true.
shapestringsummary: 1-paragraph; detailed: structured deep-dive; qa: focused answer to the question.
timeoutnumber
workingDirstring

No output schema declared.

No examples provided.

health ~46

Check Kimi CLI installation, authentication, and session health

NameTypeReqDescription
sessionIdstringOptional session ID to check specific session health
verbosebooleanInclude detailed diagnostic information
NameTypeReqDescription
issuesarrayyes
kimiCliobjectyes
sessionsobjectyes
statusstringyes

No examples provided.

Help ~14

Show Kimi CLI help output

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list-sessions ~59

List active conversation sessions with metadata, or manage them (delete/clear)

NameTypeReqDescription
actionstringAction: list (default), delete (single session), clear (all sessions)
sessionIdstringSession ID for delete action
NameTypeReqDescription
actionstringyes
sessionsarray
statsobject

No examples provided.

metrics ~20

Expose Prometheus-formatted metrics for Kimi MCP server

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ping ~19

Echo

NameTypeReqDescription
promptstringMessage to echo

No output schema declared.

No examples provided.

plan-kimi ~178

Generate a structured implementation plan using Kimi's --plan mode. Use BEFORE coding to get steps, files-to-touch, risks, and open questions. Distinct from ask-kimi: uses --plan flag (different system prompt) and parses structured output.

NameTypeReqDescription
acceptancearrayAcceptance criteria the plan must satisfy.
constraintsstringHard constraints (must-not-touch areas, style rules, deadlines).
contextFilesarrayPaths/globs to include as @-references in the prompt.
formatstringOutput shape. json (default) returns structured steps/risks; markdown returns a checklist.
goalstringyesWhat you want planned (a feature, refactor, investigation).
modelstring
timeoutnumber
workingDirstring

No output schema declared.

No examples provided.

review-changes ~217

Run a code review against the current repository using Kimi (collects git diff + structured review prompt).

NameTypeReqDescription
basestringReview changes against a specific base branch (e.g., "main", "develop")
commitstringReview changes introduced by a specific commit SHA
modelstringOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default.
promptstringCustom review instructions or focus areas (optional)
thinkingbooleanEnable thinking mode for deeper review (recommended).
timeoutnumberMaximum execution time in milliseconds
titlestringOptional title for the review summary
uncommittedbooleanReview staged + unstaged + untracked changes (working tree)
workingDirstringWorking directory to run the review in

No output schema declared.

No examples provided.

version ~13

Display version and system information

Input schema present but exposes no named parameters.

NameTypeReqDescription
kimiClistring
mcpServerstringyes
nodeJsstringyes
platformstringyes

No examples provided.