Skip to main content

What You Can Do

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.
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.
Configure Linkly AI once at the user level and every project inherits it, or drop a project-level config into a specific repository. Same-named entries at the project level override the user level.

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 from mcp.json:
  • User scope: ~/.kimi-code/mcp.json
  • Project scope: .kimi-code/mcp.json in your project root
You can also run /mcp-config inside the Kimi Code TUI to add, edit, or delete servers interactively instead of editing the JSON file by hand.

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:
Invoke it with /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:
If configured correctly, Kimi Code will call Linkly AI’s search tool and return the results.

FAQ

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.
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.
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.
Make sure you have installed Linkly AI CLI and that the linkly command is available in your PATH. Verify with linkly --version.