Codescene
@codescene-oss
About Codescene
The CodeScene MCP Server exposes CodeScene’s Code Health analysis as local AI-friendly tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codescene": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CS_ACCESS_TOKEN",
"codescene/codescene-mcp"
],
"env": {
"CS_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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,
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments