Back to MCP Servers
Codelogic
Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.
developer-tools
Installation
npx -y codelogic-mcp-serverConfiguration
{
"mcpServers": {
"codelogic-mcp-server": {
"command": "npx",
"args": ["-y", "codelogic-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes