Codelogic MCP Server

An MCP Server to utilize Lineai's rich software dependency data in your AI programming assistant. Its 8 documented tools cover lineai, graph, impact. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 38 · #135 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MPL-2.0 · Python servers · how we verify → /methodology

01 · Install Codelogic MCP Server

before you install - you'll need

Set LINEAI_SERVER_HOST, LINEAI_USERNAME, LINEAI_PASSWORD, LINEAI_WORKSPACE_NAME, LINEAI_DEBUG_MODE before connecting.

Claude Code

claude mcp add codelogicincengineering-codelogic-mcp-se -- uvx codelogic-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MPL-2.0 - declared in the repository

pypi package codelogic-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.CodeLogicIncEngineering is GitHub-verified and matches the repo owner

03 · What Codelogic MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can analyze impacts between code and database entities, search nodes by text query / q and/or identity_prefix, and resolve a node by node_id or identity_prefix and surface property fields whose names contain "owner".

The 8 tools it gives your agent

Extracted from the project's README - what codelogic-mcp-server lets an agent do.

lineai-method-impact
- Pulls an impact assessment from the Lineai server's APIs for your code.
lineai-database-impact
- Analyzes impacts between code and database entities.
lineai-graph-capabilities
- GET - discover supported relationship types, limits, and flags for the workspace materialized view (materializedViewId defaults from LINEAI_WORKSPACE_NAME like
lineai-graph-search
- Search nodes by text query / q and/or identity_prefix; optional scan_space, limit, etc.
lineai-graph-impact
- Dependency / blast-radius style traversal from seed_node_ids.
lineai-graph-path-explain
- Shortest-path style explanation between from_node_id and to_node_id.
lineai-graph-validate-change-scope
- Heuristic checklist / risk summary for a proposed change given seed nodes and proposed_change_summary.
lineai-graph-owners
- Resolve a node by node_id or identity_prefix and surface property fields whose names contain "owner".

Latest releases

v1.3.2 · 2026-08-12

Other Changes · [LIN-439] refactor codelogic/{ui,server} to / and /api · New Contributors · @ah-lin made their first contribution in

v1.3.1 · 2026-08-07

v1.3.0 · 2026-07-30

removing the codelogic-ci tool

04 · Who maintains Codelogic MCP Server

codelogic-mcp-server is maintained by codelogicincengineering. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
other - ranked #135 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-12)
registry
io.github.CodeLogicIncEngineering/codelogic-mcp-server (active, first published 2025-09-24 · 5 versions)
packages
pypi:codelogic-mcp-server

06 · Codelogic MCP Server FAQ

Is Codelogic MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Codelogic MCP Server do?

With this server connected, an agent can analyze impacts between code and database entities, search nodes by text query / q and/or identity_prefix, and resolve a node by node_id or identity_prefix and surface property fields whose names contain "owner".

How do I install Codelogic MCP Server?

Run `uvx codelogic-mcp-server`. The README documents 5 environment variables (LINEAI_SERVER_HOST, LINEAI_USERNAME, LINEAI_PASSWORD…) to set first. Set LINEAI_SERVER_HOST, LINEAI_USERNAME, LINEAI_PASSWORD, LINEAI_WORKSPACE_NAME, LINEAI_DEBUG_MODE before connecting. You can also paste the ready-made client config above.

Does Codelogic MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Codelogic MCP Server

More MCP servers to compare · Procm · Afip · Andreani · Bcra · Payway

More Python MCP servers · Kiln · Codesurface · Unity API Documentation · Unreal Engine API Documentation · Studiomcphub · see all