Codescene MCP Server

The CodeScene MCP Server exposes CodeScene's Code Health analysis as local AI-friendly tools.

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 64 · #5 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18

NOASSERTION · Rust servers · how we verify → /methodology

01 · Install Codescene MCP Server

Claude Code

claude mcp add codescene-oss-codescene-mcp-server -- npx -y @codescene/codehealth-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codescene-oss-codescene-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@codescene/codehealth-mcp"
      ]
    }
  }
}

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 no standard license detected - usage rights unclear; check the repo before commercial use

npm package @codescene/codehealth-mcp - the @codescene scope differs from the repo owner (codescene-oss); confirm it's the project's official package

registry vendor namespace com.codescene - domain-verified with the official MCP registry

03 · What Codescene MCP Server can do

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

Latest releases

MCP-1.5.2 · 2026-09-11

bump qs from 6.15.3 to 6.16.0 in /mcp-apps/usage-overview · bump fast-uri from 3.1.5 to 3.1.7 in /vscode · bump js-yaml from 4.3.0 to 4.3.1 in /vscode · Other Changes · CS-12053 Keep Copilot discovery fallback…

MCP-1.5.1 · 2026-09-03

Other Changes · CS-12003 Make extension publishing retry-safe · CS-12003 Retry extension platforms independently · Bump embedded CodeScene CLI to 1.0.40 · Fix flaky OAuth E2E socket reads

MCP-1.5.0 · 2026-09-02

Other Changes · CS-11987: Add MCP usage tool · CS-12003: Add MCP read-only tool annotations

04 · Who maintains Codescene MCP Server

codescene-mcp-server is maintained by codescene-oss. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
science & health - ranked #5 of 71 actively-maintained science & health servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-11)
registry
com.codescene/codescene-mcp-server (active, first published 2025-10-21 · 4 versions)
packages
npm:@codescene/codehealth-mcp

06 · Codescene MCP Server FAQ

What is Codescene MCP Server?

The CodeScene MCP Server exposes CodeScene's Code Health analysis as local AI-friendly tools.

Is Codescene MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Codescene MCP Server?

Run `npx -y @codescene/codehealth-mcp`. You can also paste the ready-made client config above.

Does Codescene MCP Server run locally?

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

07 · Alternatives to Codescene MCP Server