Submit

Codescene

@codescene-oss

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

Tools

Server Config

{
  "mcpServers": {
    "codescene": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "CS_ACCESS_TOKEN",
        "codescene/codescene-mcp"
      ],
      "env": {
        "CS_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.