codelogic-mcp-server

CodeLogicIncEngineering/codelogic-mcp-server
★ 36 stars Python 🤖 AI/LLM Updated today
An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codelogic-mcp-server": {
      "command": "uvx",
      "args": [
        "codelogic-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install codelogic-mcp-server

Topics

aiai-agentscodingdeveloper-toolsmcp-server