codelogic-mcp-server
The codelogic-mcp-server facilitates the integration of CodeLogic's software dependency insights into AI programming tools, enhancing code and database impact analysis. It includes tools for assessing method impacts and database interactions, configurable for various development environments.
codelogic-mcp-server
An MCP Server designed to leverage CodeLogic's detailed software dependency data for AI programming assistants.
Components
Tools
- codelogic-method-impact: Conducts impact assessments from CodeLogic's APIs for code.
- codelogic-database-impact: Analyzes impacts between code and database entities.
Installation
- Ensure Astral UV is installed to run the server.
Configuration
Detailed setup guides are provided for various IDEs:
- Visual Studio Code
- Claude Desktop
- Windsurf IDE
- Cursor
Settings include creating specific configuration files and instructions for IDEs to interact with the server's tools.
Environment Variables
Customize server behavior with variables like CODELOGIC_SERVER_HOST
, CODELOGIC_USERNAME
, and others.
Testing
Instructions are provided to run both unit and integration tests to ensure functionality.