Autodev Codebase
JSON →A platform-agnostic code analysis library with semantic search capabilities and MCP server support.
Install
npm install -g @autodev/codebase Tools · 5
- codebase search Semantic code search using vector embeddings to find code by meaning, not just keywords
- codebase call Call graph analysis to trace function call relationships and execution paths
- codebase outline Extract code structure (functions, classes, methods) with optional AI summaries
- codebase index Index codebase for semantic search and MCP server functionality
- codebase config Manage layered configuration including CLI, project, and global settings
Links
★ 117 GitHub stars