codelogic-mcp-server
Verified Safeby CodeLogicIncEngineering
Overview
The server integrates CodeLogic's rich software dependency data with AI programming assistants to provide code and database impact analysis.
Installation
uvx codelogic-mcp-server@latestEnvironment Variables
- CODELOGIC_SERVER_HOST
- CODELOGIC_USERNAME
- CODELOGIC_PASSWORD
- CODELOGIC_WORKSPACE_NAME
- CODELOGIC_DEBUG_MODE
Security Notes
The server securely handles credentials by loading them from environment variables (CODELOGIC_USERNAME, CODELOGIC_PASSWORD) and uses standard Bearer token authentication for API calls. It uses `httpx` for network requests with configured timeouts and retries, and `urllib.parse.quote` for URL-encoding workspace names. There are no obvious hardcoded secrets, `eval` statements, or malicious patterns. The primary security risks are related to the security of the configured external `CODELOGIC_SERVER_HOST` and the integrity of the provided credentials.
Similar Servers
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
CodeGraphContext
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.