OlympHill
codelogic-mcp-server logo

codelogic-mcp-server一个 MCP 服务器,用于在您的 AI 编程助手中利用 Codelogic 丰富的软件依赖数据。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

codelogic MCP Server 是一个工具,使 AI 编程助手能够利用 Codelogic 丰富的软件依赖数据。它实现了十一项工具,包括五个原始工具和六个基于 CodeLogic graph HTTP API 的图形工具。这些工具涵盖代码分析、DevOps 与 CI/CD 集成以及图形功能等多个方面。服务器依赖 Astral UV 运行,支持多种编程语言和环境,包括 .NET、Java、SQL 和 TypeScript。工具参数接受 snake_case 别名,发送到 CodeLogic 的请求体使用 camelCase JSON 键。

主要功能

  • 代码分析工具(codelogic-method-impact,codelogic-database-impact)
  • DevOps 与 CI/CD 集成工具(codelogic-docker-agent,codelogic-build-info,codelogic-pipeline-helper)
  • 图形 API 工具(codelogic-graph-capabilities,codelogic-graph-search,codelogic-graph-impact,codelogic-graph-path-explain,codelogic-graph-validate-change-scope,codelogic-graph-owners)

价格

模型
Free
评分
暂无评价

使用场景

代码分析

使用 codelogic-mcp-server 分析代码影响和数据库实体关系,帮助做出明智的开发决策。

CI/CD 集成

利用服务器的 DevOps 工具生成 Docker 代理配置、构建信息和流水线配置,实现 CodeLogic 在 CI/CD 流程中的无缝集成。

优点 & 缺点

优点

  • 提供多种代码分析和 DevOps 集成工具
  • 支持利用 Codelogic 丰富的软件依赖数据
  • 提供用于高级操作的图形 API 工具

缺点

  • 需要 Astral UV 才能运行
  • 在某些 IDE 的 macOS 环境下已知 uvx 存在问题

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Do the MCP Server tool arguments require a specific naming convention for parameters?

Yes, tool arguments accept snake_case aliases (e.g., materialized_view_id, seed_node_ids), while the JSON payloads sent to CodeLogic must use camelCase keys, ensuring compatibility with the backend API.

Asked by Farah Rahimi · Feb 28, 2026

How do the graph API tools communicate with the CodeLogic backend and what happens if the graph routes are missing?

Graph tools call the CodeLogic graph HTTP API under /codelogic/server/ai-retrieval/graph/ on the same host as CODELOGIC_SERVER_HOST, using the same session authentication. If the graph endpoints are not deployed, the server returns a clear “graph not available” message, typically after an HTTP 404.

Asked by Tariq Aziz · Jan 11, 2026

Which programming languages and environments are supported by the MCP Server tools?

The server supports a range of languages and environments, including .NET, Java, SQL, and TypeScript, allowing its code analysis and DevOps tools to be used across these stacks.

Asked by Wanjiru Kamau · Dec 9, 2025

What runtime does the Codelogic MCP Server require and are there any OS-specific issues?

The server runs on Astral UV, which must be installed beforehand. It works on multiple platforms, but users have reported known issues with uvx on macOS when used inside certain IDEs.

Asked by Dalia Haddad · Nov 15, 2025

提问

服务配缩器 的替代品