The CodeScene MCP Server exposes CodeScene’s Code Health analysis as local AI-friendly tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"codescene-mcp-server": {
"args": [
"-y",
"@codescene/codehealth-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The CodeScene MCP Server exposes CodeScene's Code Health analysis as local AI-friendly tools.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@codescene/codehealth-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @codescene/codehealth-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for Codescene Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The CodeScene MCP Server exposes CodeScene's Code Health analysis as local AI-friendly tools.
This server is designed to run in your local environment and lets AI assistants (like GitHub Copilot, Cursor, Claude code, etc.) request meaningful Code Health insights directly from your codebase. The Code Health insights augment the AI prompts with rich content around code quality issues, maintainability problems, and technical debt in general.
The repository also includes a downloadable set of public agent skills in skills/ for teams that want to reuse CodeScene MCP workflows in their own agentic pipelines.
Want AI to perform the setup? Start with skills/installing-and-activating-codescene-mcp/SKILL.md.
Choose the installation method that works best for your platform.
Run the MCP server directly with npx (no install needed):
npx @codescene/codehealth-mcp
Or install globally:
npm install -g @codescene/codehealth-mcp
The first run automatically downloads the correct platform-specific binary for your system and caches it for future use. Requires Node.js 18 or later.
Add the CodeScene marketplace and install the plugin:
/plugin marketplace add codescene-oss/codescene-mcp-server
/plugin install codescene@codescene
This installs the MCP server and Code Health skills. Requires Node.js 18 or later.
Download the MCP bundle from the latest release page:
codehealth-mcp-{version}.mcpbThen open the .mcpb file with Claude Desktop to install the MCP server.
brew tap codescene-oss/codescene-mcp-server https://github.com/codescene-oss/codescene-mcp-server
brew install cs-mcp
Run this in PowerShell:
irm https://raw.githubusercontent.com/codescene-oss/codescene-mcp-server/main/install.ps1 | iex
Download the latest binary for your platform from the GitHub Releases page: