Codescene
@codescene-oss
关于 Codescene
The CodeScene MCP Server exposes CodeScene’s Code Health analysis as local AI-friendly tools.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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,
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论