code-merge-mcp
Code Merge MCP is a server designed for extracting, merging, and analyzing code file contents based on the Model Context Protocol (MCP). It enhances the ability of large language models to handle and analyze large codebases efficiently.
What is the primary purpose of Code Merge MCP?
Code Merge MCP is designed to extract, merge, and analyze code file contents, aiding large language models in processing and analyzing codebases.
What are the system requirements for running Code Merge MCP?
You need Node.js (v16.x or higher recommended) and npm, which is usually installed with Node.js.
How does Code Merge MCP handle file filtering?
It supports intelligent filtering using .gitignore rules and allows for custom blacklists to exclude specific files or directories.
Can Code Merge MCP be integrated with VS Code?
Yes, it can be configured in VS Code using the mcp_settings.json file to specify the MCP server command and arguments.
Is there a specific license for Code Merge MCP?
Yes, Code Merge MCP is licensed under the MIT License.