CodeLogicIncEngineering/codelogic-mcp-server
Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.
Quick Start
Clone the repository:
git clone https://github.com/CodeLogicIncEngineering/codelogic-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"codelogic-mcp-server": {
"command": "npx",
"args": [
"-y",
"CodeLogicIncEngineering/codelogic-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.