Skip to content

Commit 4f73934

Browse files
authored
docs: add Kilo Code MCP setup instructions (#203)
Signed-off-by: roian6 <roian6@naver.com>
1 parent 28b00e7 commit 4f73934

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,24 @@ Or use opencode.json:
134134
```
135135
</details>
136136

137+
<details>
138+
<summary>Kilo Code</summary>
139+
140+
Add a local MCP server in `~/.config/kilo/kilo.jsonc`, `kilo.jsonc`, or `.kilo/kilo.jsonc`:
141+
142+
```json
143+
{
144+
"mcp": {
145+
"cocoindex-code": {
146+
"type": "local",
147+
"command": ["ccc", "mcp"],
148+
"enabled": true
149+
}
150+
}
151+
}
152+
```
153+
</details>
154+
137155
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.
138156

139157
> **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.

0 commit comments

Comments
 (0)