GitHub 仓库

Muvon/octocode

Rust 首次收录 2025-06-01 更新于 2026-07-16 查看源 ↗

GitHub 仓库 中按Star排名第 739 / 共 783

427 Star

Semantic code searcher and codebase utility

项目介绍

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,…

摘自 github.com/Muvon/octocode

最新指标

Star 427 2026-07-16
Fork 42 2026-07-16
提交 576 2026-07-16
发布 31 2026-07-16
Watcher 3 2026-07-16
开放 issue 6 2026-07-16
开放 PR 1 2026-07-16