codesteer-atlas

LuisCarlosLopes/codesteer-atlas
★ 0 stars Python AI/LLM Updated 3d ago
A local MCP server for codebase indexing and hybrid semantic search. Powering AI agents with AST-guided context maps, lightning-fast LanceDB vector search, and 100% offline privacy.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codesteer-atlas": {
      "command": "uvx",
      "args": [
        "codesteer-atlas"
      ]
    }
  }
}

Or install with pip: pip install codesteer-atlas

README Excerpt

Servidor MCP (Model Context Protocol) local para busca semântica em bases de código, usando Tree-sitter para parsing AST, embeddings locais via `fastembed` (ONNX) e LanceDB como banco vetorial embutido. Tudo roda 100% local e offline — o código-fonte nunca é enviado para serviços externos. - **Indexação por AST (Tree-sitter)**: extrai classes, funções e métodos como chunks de contexto coerentes, em vez de blocos arbitrários de linhas.

Tools (5)

ATLAS_INDEX_DIRatlas_indexatlas_mapatlas_searchatlas_status