Back to Home
CodeLogicIncEngineering icon

codelogic-mcp-server

Verified Safe

by CodeLogicIncEngineering

Overview

The server integrates CodeLogic's rich software dependency data with AI programming assistants to provide code and database impact analysis.

Installation

Run Command
uvx codelogic-mcp-server@latest

Environment 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

Stats

Interest Score25
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars34
Forks14
Last Update2025-12-23

Tags

Code Impact AnalysisDependency ManagementAI Assistant ToolModel Context ProtocolCodeLogic