emiryasar/mcp_code_analyzer
A Model Context Protocol (MCP) server implementation for comprehensive code analysis. This tool integrates with Claude Desktop to provide code analysis capabilities through natural language interactions.
Platform-specific configuration:
{
"mcpServers": {
"mcp_code_analyzer": {
"command": "npx",
"args": [
"-y",
"mcp_code_analyzer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...