codelogic-mcp-server
Verified Safeby CodeLogicIncEngineering
Overview
Integrates CodeLogic's rich software dependency data with AI programming assistants via the Model Context Protocol (MCP) to provide code and database impact analysis.
Installation
uvx codelogic-mcp-server@latestEnvironment Variables
- CODELOGIC_SERVER_HOST
- CODELOGIC_USERNAME
- CODELOGIC_PASSWORD
- CODELOGIC_WORKSPACE_NAME
Security Notes
Authentication credentials (username/password) are retrieved from environment variables, which is a standard practice for handling secrets. Network calls use httpx with configured timeouts and retries. No 'eval' or other direct dynamic code execution patterns were found. The server relies on an external CodeLogic API, meaning its overall security depends on that external service.
Similar Servers
code-index-mcp
Provides intelligent code indexing, searching, and analysis capabilities for large language models to understand and navigate codebases.
chunkhound
ChunkHound transforms codebases into searchable knowledge bases for AI assistants, enabling deep semantic and regex-based code research.
CodeGraphContext
An MCP server that indexes local code into a Neo4j graph database to provide real-time, accurate context and relationship analysis to AI assistants for understanding, writing, and refactoring code.
code-assistant
An AI coding assistant that autonomously analyzes and modifies code, supporting integration with clients like Claude Desktop via MCP server mode.