Codelogic Mcp Server is a Model Context Protocol (MCP) server: An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant. As an MCP server it plugs straight into AI assistants, exposing its functionality as tools the model can invoke on your behalf.
It runs locally: the Python package codelogic-mcp-server (via uvx) speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need CODELOGIC_SERVER_HOST, CODELOGIC_USERNAME, CODELOGIC_PASSWORD (among others). The current release is v1.3.0, published under the MPL-2.0 license, with source at CodeLogicIncEngineering/codelogic-mcp-server on GitHub, where it has earned 38 stars.
You'll find Codelogic Mcp Server in the Development category here on mcp.site; it connects to Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, and any other MCP client — see the install snippets below. If you maintain Codelogic Mcp Server for CodeLogicIncEngineering, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — codelogic-mcp-server · MCP over stdio
▸Credentials — Requires CODELOGIC_SERVER_HOST, CODELOGIC_USERNAME, CODELOGIC_PASSWORD + 1 more