MCP.so
ログイン

Codescene

@codescene-oss

Codescene について

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

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

codescene-oss

投稿者

Asko Nõmm

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "codescene": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "CS_ACCESS_TOKEN",
        "codescene/codescene-mcp"
      ],
      "env": {
        "CS_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Codescene?

The Codescene MCP Server exposes CodeScene’s Code Health analysis as local AI-friendly tools. It runs in your local environment and lets AI assistants (such as GitHub Copilot, Cursor, and Claude code) request code health insights directly from your codebase, augmenting prompts with information about code quality, maintainability, and technical debt.

How to use Codescene?

Run the server via Docker with environment variables for your CodeScene access token and the path to your code. Configure it for your AI assistant (Claude Code, Codex CLI, GitHub Copilot, Kiro, VS Code, or Amazon Q CLI) using the provided setup instructions for either CodeScene Cloud or CodeScene On-prem.

Key features of Codescene

  • Exposes CodeScene’s Code Health analysis as local AI tools.
  • Runs in your local environment without external data transfer.
  • Supports both CodeScene Cloud and CodeScene On-prem.
  • Works with multiple AI assistants (Claude Code, Copilot, etc.).
  • Requires only Docker and an access token to configure.

Use cases of Codescene

  • AI assistants can request code quality,

コメント

「その他」の他のコンテンツ