From af37e6404cc6715372733ada8bf2e6eaf91b61ce Mon Sep 17 00:00:00 2001 From: roian6 Date: Wed, 24 Jun 2026 02:16:30 +0000 Subject: [PATCH] docs: add Kilo Code MCP setup instructions Signed-off-by: roian6 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 685907e..9afcfd8 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,24 @@ Or use opencode.json: ``` +
+Kilo Code + +Add a local MCP server in `~/.config/kilo/kilo.jsonc`, `kilo.jsonc`, or `.kilo/kilo.jsonc`: + +```json +{ + "mcp": { + "cocoindex-code": { + "type": "local", + "command": ["ccc", "mcp"], + "enabled": true + } + } +} +``` +
+ Once configured, the agent automatically decides when semantic code search is helpful — finding code by description, exploring unfamiliar codebases, fuzzy/conceptual matches, or locating implementations without knowing exact names. > **Note:** The `cocoindex-code` command (without subcommand) still works as an MCP server for backward compatibility. It auto-creates settings from environment variables on first run.