★ 681 Rust Apache-2.0 http 更新 46分钟前

Codanna

Local code intelligence MCP server and CLI for AI coding agents

安装配置

暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。

README 摘要

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)](#) [![OpenAI Codex](https://img.shields.io/badge/Codex-✓%20Compatible-grey?logo=openai&logoColor=fff&labelColor=10A37F)](#) [![Rust](https://img.shields.io/badge/Rust-CE412B?logo=rust&logoColor=white)](#) [![Crates.io Total Downloads](https://img.shields.io/crates/d/codanna?logo=rust&labelColor=CE412B&color=grey)](#) Documentation · Report Bug · Discussions **X-ray vision for your agent.** Give 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. Built for rapid R&D and pair programming—instant answers when LSP is too slow. [Learn more](https://docs.codanna.sh/) ## Quick Start ### Install (macOS, Linux, WSL) ```bash curl -fsSL --proto '=https' --tlsv1.2 https://install.codanna.sh | sh ``` ### Or via Homebrew ```bash brew install codanna ``` ### Or via Nix ```bash nix run github:bartolli/codanna ``` ### Windows (PowerShell) ```powershell irm https://raw.githubusercontent.com/bartolli/codanna/main/scripts/install.ps1 | iex ``` See [Installation Guide](https://docs.codanna.sh/installation) for Cargo and other options. ### Initialize and index ```bash codanna init codanna index src ``` ### Search code ```bash codanna mcp semantic_search_with_context query:"where do we handle errors" limit:3 ``` ### Search documentation (RAG) ```bash codanna documents add-collection docs ./docs codanna documents index codanna mcp search_documents query:"authentication flow" ``` ## What It Does Your AI assistant gains structured knowledge of your code: - **"Where's this function called?"** - Instant call graph, not grep results - **"Find authentication logic"** - Semantic search matches intent, not just keywords - **"What breaks if I change this?"** - Full dependency analysis across files The difference: Codanna understands code structure. It knows `parseConfig` is a function that calls `validateSchema`, not just a string match. ## Features | Feature | Description | |---------|-------------| | **[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. | | **[Relationship Tracking](https://docs.codanna.sh/features/relationships)** | Call graphs, implementations, and dependencies. Trace how code connects across files. | | **[Document Search](https://docs.codanna.sh/features/document-search)** | Index markdown and text files for RAG workflows. Query project docs alongside code. | | **[MCP Protocol](https://docs.codanna.sh/reference/mcp-quick)** | Native integration with Claude, Gemini, Codex, and other AI assistants. | | **[Profiles](https://docs.codanna.sh/features/collaboration)** | Package hooks, commands, and agents for different project types. | **Performance:** Sub-10ms lookups, 75,000+ symbols/second parsing. **Languages:** Rust, Python, JavaScript, TypeScript, Java, Kotlin, Go, PHP, C, C++, C#, Clojure, Lua, Swift, GDScript. ## Integration MCP protocol for AI assistants. Works with Claude Code, Cursor, Windsurf,...

相关 MCP

Trend Radar

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的...

★ 58509 Python http 有配置
mcp Python http

Gin Vue Admin

🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,企业级业务AI+开发解决方案,内置mcp辅助服务,内置skills管理,支持TS和JS混用。它...

★ 24716 Go http 待补充
mcp Go http

Ai Guide

程序员鱼皮的 AI 资源大全 + Vibe Coding 零基础教程,分享 OpenClaw 保姆级教程、大模型玩法(DeepSeek / GPT / Gemini / Claud...

★ 14749 JavaScript http 待补充
mcp http JavaScript

Kreuzberg

A polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information...

★ 8402 Rust sse 有配置
mcp sse Rust