Enterprise Code Search icon

Enterprise Code Search

Performs semantic code search across local projects and Git repositories using AI embeddings with support for OpenAI and Ollama.

About

Unlock the power of your codebase with this robust semantic code search server. It leverages AI embeddings from providers like OpenAI or a local Ollama instance to enable intelligent search and analysis across multiple projects. Designed for enterprise environments, it offers secure, self-hosted capabilities, automatic project structure analysis, and a shared vector database with ChromaDB for efficient indexing and retrieval. Seamlessly integrate with tools like Claude Desktop to enhance developer workflows.

Key Features

  • Semantic code search with AI embeddings
  • Dual provider support: OpenAI or Ollama (local, private)
  • Flexible indexing of local projects or Git repositories
  • 2 GitHub stars
  • Shared vector database with ChromaDB
  • Multi-project management and automatic structure analysis

Use Cases

  • Analyze project structure and identify design patterns or complex functions
  • Search for specific functionalities or logic across all indexed projects
  • Find similar code snippets to a given example for refactoring or learning