codescene-mcp-server
Code health checks, refactoring guidance, and technical debt ranking
Instructs the agent to treat Code Health as the source of truth, safeguard all modified code before commits and pull requests, and route refactoring, debt prioritization, and explanation requests to the correct CodeScene tools.
All Skills in This Repository (2)
Pure Emerald Level Indicatorscreate-mcp-tool
Scaffolds new tools for the CodeStar MCP Server with predefined patterns and files.
create-integration-test
Generates end-to-end integration tests for the CodeScene MCP Server's plain-Python test framework and backend-agnostic design.
Frequently Asked Questions
FAQPage SchemaHow to install CodeScene MCP Server?โผ
Run `npx skills add codescene-oss/codescene-mcp-server --all -g -y` in your terminal to install all skills in this suite globally.
How to check code quality before committing?โผ
The pre-commit safeguard reviews your staged and modified files for maintainability regressions and blocks risky changes until you refactor them.
How to decide what technical debt to fix first?โผ
The prioritization skill combines project hotspots, debt goals, and churn data to produce a ranked list of refactoring targets with incremental plans.
Does CodeScene MCP work with Claude Code and Copilot?โผ
Yes. It follows the MCP standard and works with Claude Code, GitHub Copilot, Cursor, VS Code, and other MCP-compatible assistants.
Is my source code sent to the cloud?โผ
No. All Code Health analysis runs locally on your machine, and only account-level results are fetched from your own CodeScene instance via a secure token.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core