This MCP server utilizes Codelogic's software dependency data to assist AI programming assistants in analyzing code impacts and integrating with CI/CD pipelines.
From the registry: An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.
Please install the `codelogic-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Astral uv** — Install uv (provides uvx). (https://docs.astral.sh/uv/getting-started/installation/)
- **CodeLogic account / workspace** — Requires a CodeLogic server URL, username, password, and workspace name. (https://www.codelogic.com)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["codelogic-mcp-server@latest"]
- required environment variables:
- `CODELOGIC_SERVER_HOST`: URL to your CodeLogic server. (example: `https://myco.app.codelogic.com`)
- `CODELOGIC_USERNAME`: CodeLogic username. (example: `<username>`)
- `CODELOGIC_PASSWORD`: CodeLogic password. (example: `<password>`)
- `CODELOGIC_WORKSPACE_NAME`: CodeLogic workspace name. (example: `<workspace-name>`)
- optional environment variables:
- `CODELOGIC_DEBUG_MODE`: Enable debug logging. (example: `true`)
Note: Known uvx issue on macOS may require cloning the repo and using `uv --directory <path> run codelogic-mcp-server` instead.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CODELOGIC_SERVER_HOSTrequiredURL to the CodeLogic server.CODELOGIC_USERNAMErequiredUsername for CodeLogic authentication.CODELOGIC_PASSWORDrequiredPassword for CodeLogic authentication.CODELOGIC_WORKSPACE_NAMErequiredName of the CodeLogic workspace.CODELOGIC_DEBUG_MODEEnables debug mode for additional logging.Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.