Kimi Partner
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kimi PartnerImplement the user settings page with the latest design specs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Designer-led workflow
Designer → Codex → Kimi → Codex → Designer
The designer defines the goal, visual system, and acceptance criteria. Codex constrains the writable scope and starts the task. Kimi implements the frontend. Codex reviews the Git diff, runs tests, and completes browser acceptance. The designer still makes the final visual judgment.

This 30-second demo comes from a real public-example task: Kimi changed exactly two approved files, left Git HEAD unchanged, and produced zero out-of-scope changes. Codex then ran 42 tests and verified the result at 1440×900 and 390×844. See the public evidence record.
Kimi Partner provides application-level guardrails, not an operating-system sandbox. Always inspect the actual diff and verify the result independently.
Why Kimi Partner?
Many developers value Kimi's visual judgment and polished frontend output—especially its handling of layout, spacing, hierarchy, color, component details, and overall style. Real projects still need clear task decomposition, controlled file scope, traceable changes, and dependable acceptance.
Kimi Partner connects those needs. From inside Codex, you can explicitly hand a frontend task to Kimi and use its strengths in interface implementation and visual taste. Codex remains responsible for understanding the project, constraining writable files, reviewing the Git diff, running tests, and completing browser acceptance. You get both models' strengths in one real project without replacing your primary workflow.
flowchart LR
U["User explicitly chooses Kimi"] --> C["Codex scopes the task"]
C --> K["Kimi implements"]
K --> R["Git-aware change receipt"]
R --> V["Codex reviews and verifies"]
V -->|"evidence-backed feedback"| KKimi is an implementation partner here—not an automatic router and not the final reviewer.
What it does
Opt-in delegation — Kimi is used only when the user explicitly asks for it or approves it for the current task.
Persistent async tasks — start a task, long-wait efficiently, and recover results across Codex task restarts.
Same-session review loop — return Codex's evidence-backed feedback to the captured Kimi session.
Model continuity — pin the model alias for every attempt; K3 sessions keep preserved thinking history.
Bounded execution — allowed paths, dependency-install controls, external-path checks, blocked Node inline/stdin execution, dangerous Git-command checks, and a hard per-attempt timeout.
Git reconciliation — changing
HEADor a file outside the allowed scope marks the task as failed.Codex-owned acceptance — Kimi's summary is evidence, not proof; Codex still inspects the diff and runs the relevant tests and browser checks.
Tools
Tool | Purpose |
| Start an explicitly approved, scoped Kimi coding task. |
| Read progress or wait briefly for state changes. |
| Wait up to five minutes for a terminal result, ignoring intermediate phases. |
| Resume the same Kimi session with Codex review feedback. |
| Stop a verified active worker when the user asks. |
Efficient waiting protocol
Use get_kimi_task for a quick snapshot or a backward-compatible wait of up to 30 seconds. For normal active work, use wait_kimi_task: it ignores intermediate phase updates and returns only when the task finishes or the wait expires. It defaults to 300 seconds. Real Codex-host probes completed both 120-second and 300-second MCP calls without a 60-second cutoff.
While a task is active, both read tools return only taskId, status, phase, updatedAt, terminal/detail flags, and a 60-second fallback polling suggestion. Once the task is terminal, the response expands to the complete task, attempts, summary/error, and Git change receipt. This keeps repeated status reads inexpensive without weakening final review evidence.
Requirements
macOS (the current process-group behavior is verified on macOS)
Node.js 22 or newer
Kimi Code CLI installed and signed in
A Codex build with
codex pluginsupportA target project inside a Git working tree
Install
Recommended: ask Codex
Paste this into Codex:
Install the Kimi Partner plugin from https://github.com/jevonhou/kimi-partner. Clone it to
~/plugins/kimi-partner, run its verification, register it in my personal Codex marketplace, install it, and confirm that its Skill and five MCP tools load.
This lets Codex inspect the repository shape, build the bundle, update the personal marketplace safely, and verify the installed copy.
Manual installation
git clone https://github.com/jevonhou/kimi-partner.git ~/plugins/kimi-partner
cd ~/plugins/kimi-partner
npm ci
npm run verifyAdd this entry to the plugins array in ~/.agents/plugins/marketplace.json (preserve any existing entries):
{
"name": "kimi-partner",
"source": {
"source": "local",
"path": "./plugins/kimi-partner"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}Then install it from the marketplace name declared at the top of that file (normally personal):
codex plugin add kimi-partner@personalStart a new Codex task afterward so the new Skill and MCP tools are loaded.
Try it
Ask Codex:
Let Kimi implement the button interaction states in this project, but only allow changes to
src/components/Button.tsxandsrc/styles/button.css. Then review the diff and verify it yourself.
Codex should prepare the task, call Kimi Partner, wait for the result, inspect the Git receipt, and run its own acceptance checks.
Safety model
Kimi Partner layers several controls:
Input paths are normalized against the real Git root, including symbolic-link escape checks.
The current model alias is captured and pinned across continuations.
K3 attempts set
KIMI_MODEL_THINKING_KEEP=all.Streamed tool calls are checked for out-of-scope writes, external absolute paths, unapproved dependency installs, and dangerous Git commands.
Every attempt has a hard runtime limit (30 minutes by default; configurable from 1–120 minutes).
Git state is reconciled after every attempt. Out-of-scope changes or a changed
HEADfail the task.
The streamed tool-call monitor is an application-level guardrail, not an operating-system sandbox. Codex must still inspect the final receipt and independently verify the work. See SECURITY.md for the full trust model.
Development
npm ci
npm run verifyThe runtime is bundled into dist/mcp-server.mjs; an installed plugin does not need its own node_modules at runtime.
Project status
Kimi Partner is early-stage software. Version 0.1.x is intended for local experimentation and careful review. macOS is the verified platform; Windows and Linux process-group semantics are not yet claimed.
Unofficial project disclaimer
Kimi Partner is an independent community project. It is not affiliated with, endorsed by, or sponsored by OpenAI, Moonshot AI, or Kimi. Product names and trademarks belong to their respective owners.
License
MIT © 2026 Jevon Hou
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/jevonhou/kimi-partner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server