Muvon/octocode
在全部 GitHub 仓库 中按Star排名第 752(共 803)
Structural code intelligence for AI agents — semantic search, knowledge graphs, and a built-in MCP server in one Rust binary. Give Claude, Cursor, and any MCP client a deep understanding of your codebase.
项目介绍
Give your AI assistant a brain for your codebase. Octocode transforms your project into a navigable knowledge graph that Claude, Cursor, and other AI agents can search, understand, and navigate.
The Problem: AI assistants are blind to your codebase. They can't search your files, understand dependencies, or remember context across sessions.
The Solution: Octocode's MCP server gives AI agents:
Standard RAG treats your code as flat text chunks. It finds similar-sounding snippets but has no idea that authmiddleware.rs imports jwt.rs, calls userstore.rs, and is wired into router.rs. Octocode understands structure.
Octocode uses tree-sitter AST parsing to extract real symbols (functions,…
最新指标
| Star | 471 | 2026-09-12 |
|---|---|---|
| Fork | 46 | 2026-09-12 |
| 提交 | 690 | 2026-09-12 |
| 发布 | 42 | 2026-09-12 |
| Watcher | 4 | 2026-09-12 |
| 开放 issue | 4 | 2026-09-12 |
| 开放 PR | 0 | 2026-09-12 |