Anthropic MCP Code Analyzer
An MCP server for analyzing open source projects and assisting with codebase integration
Overview
Anthropic MCP Code Analyzer is a server tool designed to analyze open source projects and assist with codebase integration, utilizing Claude for intelligent analysis of code patterns and documentation.
To use the tool, clone the repository, install dependencies, set up environment variables, and start the server. You can then analyze repositories by sending a POST request to the server with the source and target repository URLs.
- Repository analysis and code pattern detection - Documentation extraction and processing - Intelligent merge strategy generation using Claude - AST-based code analysis - Dependency tracking - Architecture pattern detection
- Analyzing open source projects for integration into existing codebases.
- Generating merge strategies for collaborative development.
- Detecting code patterns and dependencies for better project management.
Add to your AI client
Use these steps to connect Anthropic MCP Code Analyzer in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"anthropic-mcp-code-analyzer-kivo360": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-mcp-code-analyzer-kivo360"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"anthropic-mcp-code-analyzer-kivo360": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-mcp-code-analyzer-kivo360"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"anthropic-mcp-code-analyzer-kivo360": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-mcp-code-analyzer-kivo360"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"anthropic-mcp-code-analyzer-kivo360": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-mcp-code-analyzer-kivo360"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"anthropic-mcp-code-analyzer-kivo360": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-mcp-code-analyzer-kivo360"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"anthropic-mcp-code-analyzer-kivo360": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic-mcp-code-analyzer-kivo360"
]
}
}
}FAQ
Can I use this tool for any open source project?
Yes! The tool is designed to work with any open source project hosted on GitHub.
Is there a limit to the size of the repositories I can analyze?
While there is no strict limit, performance may vary based on the size and complexity of the repositories.
Do I need to have coding experience to use this tool?
Basic knowledge of Git and command line usage is recommended for effective use.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1499,"uuid":"6a6fc070-7b09-4a4b-95ad-29baf6e26f5b","name":"anthropic-mcp-code-analyzer","title":"Anthropic MCP Code Analyzer","description":"An MCP server for analyzing open source projects and assisting with codebase integration","avatar_url":"https://avatars.githubusercontent.com/u/2403240?v=4","created_at":"2025-02-20T16:04:56.348Z","updated_at":"2025-02-23T07:22:05.766Z","status":"created","author_name":"kivo360","author_avatar_url":"https://avatars.githubusercontent.com/u/2403240?v=4","tags":"anthropic-mcp,code-analyzer,open-source","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/kivo360/anthropic-mcp-code-analyzer","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]