Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ A super light-weight, effective embedded MCP that understand and searches your c

## Get Started - zero config, let's go!!

Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if you don't have it.

```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```

### Claude
```bash
claude mcp add cocoindex-code \
Expand Down
Loading