What You Can Do
Answer questions from your own materials, not the model's memory
Answer questions from your own materials, not the model's memory
Kimi Code calls Linkly AI’s
search tool to find the relevant documents on
your computer, then read to pull in the exact sections — so the answer is
grounded in your notes, specs, and reports instead of general knowledge.Go from search to outline to full text, layer by layer
Go from search to outline to full text, layer by layer
Use
search to locate candidates, outline to see a long document’s
structure, and read to page through only the sections that matter. Long
reports get handled without flooding the context window.Prerequisites
- Kimi Code CLI installed (requires Node.js 22.19.0 or later)
- Linkly AI Desktop running with the MCP service active
This guide covers Kimi Code CLI. The Kimi Work desktop app currently
offers only a curated plugin center and has no entry point for adding your own
MCP servers, so Linkly AI cannot be connected there yet.
Configuration Steps
Kimi Code reads MCP servers frommcp.json:
- User scope:
~/.kimi-code/mcp.json - Project scope:
.kimi-code/mcp.jsonin your project root
- Local MCP HTTP (Recommended)
- Remote MCP
- CLI Stdio (Fallback)
Add the following to An entry with a
~/.kimi-code/mcp.json:url field and no transport is treated as an HTTP server.Install Skills
Kimi Code scans~/.agents/skills/ for Agent Skills, so you can install Linkly
AI Skills to teach the agent how to use these tools efficiently:
/skill:linkly-ai. See Using Skills for other
installation methods.
Verify the Connection
Run/mcp in the Kimi Code TUI to check the connection status — linkly-ai
should be listed as connected along with its tools.
Then try a prompt:
search tool and return
the results.
FAQ
`kimi mcp add` reports an unknown command
`kimi mcp add` reports an unknown command
That syntax belongs to the older
kimi-cli, which is being phased out. Kimi
Code CLI has no mcp subcommand — configure servers through /mcp-config
in the TUI or by editing mcp.json directly.HTTP method connection failed
HTTP method connection failed
Check whether Linkly AI Desktop is running and whether the MCP service is
active. You can run
curl http://127.0.0.1:60606/mcp in a terminal to test
connectivity.The server is listed but its tools never get called
The server is listed but its tools never get called
Confirm the entry does not carry
"enabled": false, and that no
disabledTools list is filtering out the Linkly AI tools. Installing Linkly
AI Skills also makes the agent far more likely to reach for these tools.Stdio method says it cannot find the linkly command
Stdio method says it cannot find the linkly command
Make sure you have installed Linkly AI CLI and that the
linkly command is available in your PATH. Verify with linkly --version.
