Enables Claude Desktop to autonomously ingest public GitHub repositories and answer natural language questions about the codebase using a local RAG pipeline.
Sponsored
Codebase Q&A is an AI-powered server designed to facilitate understanding of public GitHub repositories. Built with Spring Boot and integrated with Claude Desktop via the Model Context Protocol (MCP), it allows users to autonomously ingest repositories and ask natural language questions about their code. This tool leverages a local RAG (Retrieval Augmented Generation) pipeline, utilizing Ollama for LLM inference and embeddings, and PostgreSQL with pgvector for efficient vector storage, ensuring that all operations are performed 100% locally with zero cloud API costs.
Características Principales
01Local AI-powered RAG Pipeline (Ollama for LLM/Embeddings)
020 GitHub stars
03Claude Desktop Integration via MCP Protocol
04REST API for programmatic interaction
05Natural Language Codebase Question Answering
06Autonomous GitHub Repository Ingestion
Casos de Uso
01Enable AI agents to interact with and analyze public GitHub code locally.
02Rapidly find specific functionalities or configurations within a project.
03Quickly understand the structure and logic of unfamiliar codebases.