.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cocoindex-io/cocoindex-code
home/mcp-servers/cocoindex-io/cocoindex-code
cocoindex-io avatar

cocoindex-code

bycocoindex-io· 1 MCP server

Stars

2.6k

Forks

207

Category

Code Review & Refactor

View on GitHub

TL;DR

A lightweight, effective (AST-based) semantic code search tool for your codebase. Built on CocoIndex — a Rust-based ultra performant data transformation engine. Use it from the CLI, or integrate with Claude, Codex, Cursor — any cod

How to install cocoindex-code?

cocoindex-io/cocoindex-code
$git clone https://github.com/cocoindex-io/cocoindex-code

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install cocoindex-code by running `git clone https://github.com/cocoindex-io/cocoindex-code`, then use it for the current task and follow its documentation at https://github.com/cocoindex-io/cocoindex-code.

Files · 1

View on GitHub
README.md
1<p align="center">
2<img width="2428" alt="cocoindex code" src="https://github.com/user-attachments/assets/d05961b4-0b7b-42ea-834a-59c3c01717ca" />
3</p>
4 
5 
6<h1 align="center">AST-based semantic code search that just works</h1>
7 
8![effect](https://github.com/user-attachments/assets/cb3a4cae-0e1f-49c4-890b-7bb93317ab60)
9 
10 
11A lightweight, effective **(AST-based)** semantic code search tool for your codebase. Built on [CocoIndex](https://github.com/cocoindex-io/cocoindex) — a Rust-based ultra performant data transformation engine. Use it from the CLI, or integrate with Claude, Codex, Cursor — any coding agent — via [Skill](#skill-recommended) or [MCP](#mcp-server).
12 
13- Instant token saving by 70%.
14- **1 min setup** — install and go, zero config needed!
15 
16<div align="center">
17 
18[![Discord](https://img.shields.io/discord/1314801574169673738?logo=discord&color=5B5BD6&logoColor=white)](https://discord.com/invite/zpA9S2DR7s)
19[![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex)
20[![Documentation](https://img.shields.io/badge/Documentation-394e79?logo=readthedocs&logoColor=00B9FF)](https://cocoindex.io/docs/getting_started/quickstart)
21[![License](https://img.shields.io/badge/license-Apache%202.0-5B5BD6?logoColor=white)](https://opensource.org/licenses/Apache-2.0)
22<!--[![PyPI - Downloads](https://img.shields.io/pypi/dm/cocoindex)](https://pypistats.org/packages/cocoindex) -->
23[![PyPI Downloads](https://static.pepy.tech/badge/cocoindex/month)](https://pepy.tech/projects/cocoindex)
24[![CI](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/CI.yml)
25[![release](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml/badge.svg?event=push&color=5B5BD6)](https://github.com/cocoindex-io/cocoindex/actions/workflows/release.yml)
26 
27 
28🌟 Please help star [CocoIndex](https://github.com/cocoindex-io/cocoindex) if you like this project!
29 
30[Deutsch](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=de) |
31[English](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=en) |
32[Español](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=es) |
33[français](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=fr) |
34[日本語](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=ja) |
35[한국어](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=ko) |
36[Português](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=pt) |
37[Русский](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=ru) |
38[中文](https://readme-i18n.com/cocoindex-io/cocoindex-code?lang=zh)
39 
40</div>
41 
42 
43## Get Started — zero config, let's go!
44 
45### Install
46 
47Using [pipx](https://pipx.pypa.io/stable/installation/):
48```bash
49pipx install 'cocoindex-code[full]' # batteries included (local embeddings)
50pipx upgrade cocoindex-code # upgrade
51```
52 
53Using [uv](https://docs.astral.sh/uv/getting-started/installation/):
54```bash
55uv tool install --upgrade 'cocoindex-code[full]'
56```
57 
58Two install styles — they mirror the Docker image variants of the same names:
59- `cocoindex-code[full]` — batteries-included. Pulls in `sentence-transformers` so local embeddings (no API key required) work out of the box. The `ccc init` interactive prompt defaults to [Snowflake/snowflake-arctic-embed-xs](https://huggingface.co/Snowflake/snowflake-arctic-embed-xs).
60- `cocoindex-code` (slim) — LiteLLM-only; requires a cloud embedding provider and API key. Use when you don't want the local-embedding deps (~1 GB of torch + transformers).
61 
62Next, set up your [coding agent integration](#coding-agent-integration) — or jump to [Manual CLI Usage](#manual-cli-usage) if you prefer direct control.
63 
64## Coding Agent Integration
65 
66This repository is a **single plugin marketplace** (`.claude-plugin/marketplace.json`) consumed by both **Claude Code** and **Grok** — same plugin id `cocoindex-code`, same `ccc` skill. Grok o

Preview

cocoindex-io/cocoindex-codecocoindex-io/cocoindex-code
Repococoindex-io/cocoindex-code
TypeMCP Servers
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPagentsast

Related

6 picks
Type
  1. tirth8205 avatarcode-review-graphLocal-first knowledge graph for token-efficient code review through MCP and CLIMCP ServersJul 2026377k27k
  2. repowise-dev avatarrepowiseCodebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.MCP ServersJul 202622k4.3k
  3. aashari avatarmcp-server-atlassian-bitbucketNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.MCP ServersMar 202612k159
  4. jamubc avatargemini-mcp-toolMCP server for Gemini CLI integrationMCP ServersJul 202611k2.3k
  5. giancarloerra avatarsocraticodeEnterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra…MCP ServersJul 20269.7k3.2k
  6. chayan-1906 avatargithub-mcpProduction-ready Model Context Protocol server providing Claude with complete GitHub integration - comprehensive tools for repository management, branch operations, file handling, issue tracking, and collaboration features with OAuth 2.0 authentication and MongoDB persistence.MCP ServersJun 20267.5k5