codebase-mcp and code-buddy
These tools are ecosystem siblings; `codebase-mcp` is an open-source AI development assistant that leverages the Model Context Protocol (MCP), while `code-buddy` is an MCP server offering various development tools that likely integrate with or extend the functionality of such MCP-compatible assistants.
About codebase-mcp
danyQe/codebase-mcp
Open-source AI development assistant via Model Context Protocol (MCP). Turn Claude or any LLM into your personal coding assistant. Privacy-first with local semantic search, AI-assisted editing, persistent memory, and quality-checked code generation. Built for Python & React. Free alternative to paid AI coding tools.
Based on the README, here's a technical summary that goes beyond the GitHub description: Implements a FastAPI backend server that exposes 13+ MCP tools via stdio transport, with a local FAISS vector index for sub-second semantic code search and persistent memory storage via SQLite. Leverages Google's free Gemini API exclusively for AI-assisted code edits while keeping all other operations local—semantic search, memory recall, and file writing happen entirely on-device.
About code-buddy
Abhi-vish/code-buddy
Your AI-powered coding companion for Claude Desktop. MCP server with 23+ dev tools for file operations, git integration, code analysis, and more. Works with any project on your system.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work