Skip to content
#

codebase-navigation

Here are 23 public repositories matching this topic...

VerbalCodeAI is a free, open-source AI tool that simplifies codebase navigation in your terminal, using Python 3.11.6 and Ollama. It indexes projects locally and quickly answers questions like “Where’s this function?”, saving developers time on debugging and onboarding.

  • Updated Jun 7, 2025
  • Python

CodeCompass: AI-powered Vibe Coding with MCP. Connects Git repositories to AI assistants like Claude, using Ollama for privacy or OpenAI for cloud. Integrates with VSCode, Cursor, and more.

  • Updated Jun 1, 2025
  • TypeScript

AST-powered codebase indexer skill for coding agents. Spelunk parses repositories with Tree-sitter into a local SQLite index so agents trace dependency trees and locate symbols in under 100ms instead of scanning raw files. Reduces token consumption by up to 90% with instant symbol resolution.

  • Updated Sep 10, 2026
  • JavaScript

CodeGraphX (CGX) — a local, token-efficient codebase graph engine & MCP server for AI coding agents. Tree-sitter parsing, a bi-temporal SQLite semantic graph, O(1) symbol lookup, and impact/blast-radius tracing so agents answer 'what breaks if I change this?' in a few hundred tokens.

  • Updated Sep 13, 2026
  • JavaScript

Local-first Windows desktop app: explore your codebase as an interactive dependency graph, semantic search, git context, and optional AI (Groq) for explanations and what-if analysis. SQLite + ChromaDB-no separate DB server.

  • Updated May 10, 2026
  • HTML

"Review Ducktective" is an automated code review platform based on an LLM: it takes a diff as input and outputs structured findings with severity levels, linked to specific lines of code, plus RAG navigation through the codebase and a chat with an agent. It also works completely offline (code subject to an NDA must not leave the machine).

  • Updated Sep 15, 2026
  • Python

Reduce Claude Code token usage 54–67%. MCP server for web engineers — AI agents find symbols, trace callers, and map hierarchies by name instead of reading files. Built for TypeScript. Works with Claude Code, Cursor, and Codex.

  • Updated Apr 15, 2026
  • TypeScript

Add this topic to your repo

To associate your repository with the codebase-navigation topic, visit your repo's landing page and select "manage topics."

Learn more