.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

…/bartolli/codanna
home/mcp-servers/bartolli/codanna
bartolli avatar

codanna

bybartolli· 1 MCP server

Stars

712

Forks

65

Category

Code Review & Refactor

View on GitHub

TL;DR

X-ray vision for your agent.

How to install codanna?

bartolli/codanna
$git clone https://github.com/bartolli/codanna

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3<h1 align="center">Codanna</h1>
4 
5[![Claude](https://img.shields.io/badge/Claude-✓%20Compatible-grey?logo=claude&logoColor=fff&labelColor=D97757)](#)
6[![Google Gemini](https://img.shields.io/badge/Gemini-✓%20Compatible-grey?logo=googlegemini&logoColor=fff&labelColor=8E75B2)](#)
7[![OpenAI Codex](https://img.shields.io/badge/Codex-✓%20Compatible-grey?logo=openai&logoColor=fff&labelColor=10A37F)](#)
8[![Rust](https://img.shields.io/badge/Rust-CE412B?logo=rust&logoColor=white)](#)
9[![Crates.io Total Downloads](https://img.shields.io/crates/d/codanna?logo=rust&labelColor=CE412B&color=grey)](#)
10 
11<p align="center">
12 <a href="https://docs.codanna.sh/" target="_blank">Documentation</a>
13 ·
14 <a href="https://github.com/bartolli/codanna/issues">Report Bug</a>
15 ·
16 <a href="https://github.com/bartolli/codanna/discussions">Discussions</a>
17</p>
18 
19<h2></h2>
20 
21**X-ray vision for your agent.**
22 
23Give your code assistant the ability to see through your codebase—understanding functions, tracing relationships, and finding implementations with surgical precision. Context-first coding. No grep-and-hope loops. No endless back-and-forth. Just smarter engineering in fewer keystrokes.
24 
25Built for rapid R&D and pair programming—instant answers when LSP is too slow. [Learn more](https://docs.codanna.sh/)
26</div>
27 
28<h3 align="left"></h3>
29 
30## Quick Start
31 
32### Install (macOS, Linux, WSL)
33 
34```bash
35curl -fsSL --proto '=https' --tlsv1.2 https://install.codanna.sh | sh
36```
37 
38### Or via Homebrew
39 
40```bash
41brew install codanna
42```
43 
44### Or via Nix
45 
46```bash
47nix run github:bartolli/codanna
48```
49 
50### Windows (PowerShell)
51```powershell
52irm https://raw.githubusercontent.com/bartolli/codanna/main/scripts/install.ps1 | iex
53```
54 
55See [Installation Guide](https://docs.codanna.sh/installation) for Cargo and other options.
56 
57### Initialize and index
58 
59```bash
60codanna init
61codanna index src
62```
63 
64### Search code
65 
66```bash
67codanna mcp semantic_search_with_context query:"where do we handle errors" limit:3
68```
69 
70### Search documentation (RAG)
71 
72```bash
73codanna documents add-collection docs ./docs
74codanna documents index
75codanna mcp search_documents query:"authentication flow"
76```
77 
78## What It Does
79 
80Your AI assistant gains structured knowledge of your code:
81 
82- **"Where's this function called?"** - Instant call graph, not grep results
83- **"Find authentication logic"** - Semantic search matches intent, not just keywords
84- **"What breaks if I change this?"** - Full dependency analysis across files
85 
86The difference: Codanna understands code structure. It knows `parseConfig` is a function that calls `validateSchema`, not just a string match.
87 
88## Features
89 
90| Feature | Description |
91|---------|-------------|
92| **[Semantic Search](https://docs.codanna.sh/features/semantic-search)** | Natural language queries against code and documentation. Finds functions by what they do, not just their names. |
93| **[Relationship Tracking](https://docs.codanna.sh/features/relationships)** | Call graphs, implementations, and dependencies. Trace how code connects across files. |
94| **[Document Search](https://docs.codanna.sh/features/document-search)** | Index markdown and text files for RAG workflows. Query project docs alongside code. |
95| **[MCP Protocol](https://docs.codanna.sh/reference/mcp-quick)** | Native integration with Claude, Gemini, Codex, and other AI assistants. |
96| **[Profiles](https://docs.codanna.sh/features/collaboration)** | Package hooks, commands, and agents for different project types. |
97 
98**Performance:** Sub-10ms lookups, 75,000+ symbols/second parsing.
99 
100**Languages:** Rust, Python, JavaScript, TypeScript, Java, Kotlin, Go, PHP, C, C++, C#, Clojure, Lua, Swift, GDScript.
101 
102## Integration
103 
104MCP protocol for AI assistants. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client. Supports stdio, HTTP, and HTTPS transports.
105 
106See [Integration Guides](https://docs.codanna.sh/reference/mcp-quick) for setup instructions.
107 
108## Requirements
109 
110- ~150MB for embedding model (downl

Preview

bartolli/codannabartolli/codanna

[![Claude](https://img.shields.io/badge/Claude-✓%20Compatible-grey?logo=claude&logoColor=fff&labelColor=D97757)](#)

[![Google Gemini](https://img.shields.io/badge/Gemini-✓%20Compatible-grey?logo=googlegemini&logoColor=fff&labelColor=8E75B2)](#)

Repobartolli/codanna
TypeMCP Servers
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

MCPai-agentscall-graph-analysis

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