Graphify-Labs/graphify
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Awesome MCP › Software Development
grepai is a privacy-first command-line interface (CLI) tool designed for semantic code search, enabling developers to search codebases by meaning rather than just text matching. It leverages vector embeddings to understand the intent behind code, allowing natural language queries to find relevant code snippets even when naming conventions differ. This approach significantly reduces the number of input tokens required by AI agents by providing relevant context instead of raw search results, making it highly efficient for AI-assisted coding workflows. Key features of grepai include the ability to search by intent, such as querying "authentication logic" to find related functions like `handleUserSession`. It also supports tracing call graphs to identify which functions call a particular function, aiding in code comprehension and modification. The tool operates 100% locally, ensuring that code never leaves the user's machine, which is crucial for privacy and security. An automatic file watcher keeps the search index up-to-date, and grepai is compatible with AI agents like Claude Code, Cursor, and Windsurf out of the box. Additionally, it offers an MCP (Model Context Protocol) server, allowing AI agents to call grepai directly as a tool. Installation is straightforward across multiple platforms, including macOS, Linux, and Windows, with support for embedding providers such as Ollama, LM Studio, and OpenAI. The project emphasizes modern semantic search capabilities over traditional text-based tools like grep or ripgrep, providing a more intuitive and powerful way to navigate and understand complex codebases. The project is well-documented with guides, blogs, and tutorials, and it encourages community contributions. It is licensed under the MIT License and actively maintained with continuous integration and quality checks. Overall, grepai represents a significant advancement in code search technology, tailored for the AI era and enhancing developer productivity and codebase understanding.
https://github.com/yoanbernabeu/grepai
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.
High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...
GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.
Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...
Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.
Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).
Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...