Awesome AI AgentsCode Search Engines

zilliztech/claude-context

⭐ 12524 TypeScript added to this list on 2025-08-10 repository created 2025-06-06

Claude Context is a Model Context Protocol (MCP) plugin designed to enhance AI coding assistants like Claude Code by providing semantic code search capabilities across an entire codebase. This tool enables AI agents to access deep contextual information from millions of lines of code efficiently, without the need for multi-round discovery processes. By leveraging semantic search, Claude Context retrieves all relevant code snippets and integrates them directly into the AI's context, improving the accuracy and relevance of code-related queries and tasks. One of the key advantages of Claude Context is its cost-effectiveness for large codebases. Instead of loading entire directories into the AI model for every request—which can be computationally expensive and inefficient—Claude Context stores the codebase in a vector database. This approach allows the system to selectively use only the related code segments in the context, significantly reducing operational costs while maintaining high performance. The project supports integration with various AI coding assistants through the MCP framework, including Claude Code, Gemini CLI, Qwen Code, Cursor, Void, Claude Desktop, Windsurf, and VS Code. It requires a vector database, which can be obtained via Zilliz Cloud, and an OpenAI API key for embedding models. The setup involves configuring the MCP server with these credentials and adding it to the preferred AI assistant's configuration. Claude Context is built to work with Node.js versions 20 to less than 24 and is distributed under the MIT license. It offers extensive documentation, a VS Code extension, and community support through Discord and Twitter. The project aims to streamline the coding workflow by making the entire codebase accessible as context for AI agents, thereby enhancing code search, understanding, and generation capabilities.

https://github.com/zilliztech/claude-context

agentagentic-ragai-codingai-coding-assistantai-integrationclaude-codecode-generationcode-searchcode-search-optimizationcodebase-contextcoding-workflow-enhancementcost-effectivecursorembeddinggemini-climcpmcp-pluginmerkle-treemodel-context-protocolnode.jsnodejsopenaiopenai-apiragsemantic-code-searchsemantic-searchtypescriptvector-databasevibe-codingvoyage-aivs-code-extensionvscode-extensionzilliz-cloud

Also in Code Search Engines

Aider-AI/aider

Aider is an AI-powered pair programming tool that integrates with your terminal and codebase to assist developers by leveraging large language models for coding, testing, and project management.

BloopAI/bloop

Bloop is a fast, AI-powered code search engine that enables natural language queries, code understanding, and generation to boost developer productivity using existing codebases as context.

AbanteAI/archive-old-cli-mentat

This repository contains an archived and unsupported version of an old command-line tool named Mentat, now replaced by an AI-powered GitHub bot available at mentat.ai.

dot-agent/nextpy

Nextpy is a cutting-edge framework for building self-modifying AI software with advanced prompt engineering, modularity, and significant performance optimizations.

melih-unsal/DemoGPT

DemoGPT is an open-source all-in-one library that automates the creation of interactive LLM agent applications by generating LangChain code and transforming it into Streamlit apps, leveraging GPT-3.5-turbo and supporting future autonomous API integration.

chunkhound/chunkhound

Local-first codebase intelligence CLI that indexes a repository for regex and semantic search and answers architecture questions with citations from code, git history and technical web research.

instructa/ai-prompts

Instructa AI Prompts is an open-source repository providing curated AI prompts and rules to enhance AI-assisted coding workflows across multiple popular AI coding tools.

SkalskiP/awesome-chatgpt-code-interpreter-experiments

A curated collection of experiments and demonstrations showcasing the creative and advanced capabilities of the ChatGPT and Code Interpreter combination for AI-assisted coding and data processing.