AI-SDLC-MCP-Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI-SDLC-MCP-Serveraudit the code quality of my Python project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI SDLC Quality Gate MCP Server
This is a personal learning project for exploring Model Context Protocol (MCP), static code analysis, QA automation, and practical SDLC quality gates.
It is designed to be a small, local-first reference implementation that can be used from Cursor, Claude Desktop, or Claude Code while experimenting with developer workflow automation.
Tool Highlights
Tool | Outcome |
| Static Python/TypeScript security and reliability findings. |
| Executable async Playwright/Pytest test source. |
| 0-100 repository quality score and recommendations. |
Related MCP server: checkyourself
Quickstart
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
python -m src.server
python -m pytest -qCursor and Claude Integration
Copy mcp_config.json into Cursor or Claude Desktop's mcpServers configuration and replace cwd with this repository's absolute path. Claude Code can use the same command: python -m src.server.
Screenshots / GIF Guide
After connecting the server, capture one successful interaction for each tool and save the assets under docs/assets/.
Safety Boundaries
The server performs local static analysis only. It does not execute target code, need credentials, call an LLM, or use a network API.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.
MCP server for visual regression testing: triage a PR's UI diffs from your coding agent.
Repository knowledge graph MCP server for codebase understanding and debugging.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceProvides comprehensive code quality tools including linting, security scanning, TypeScript checking, and testing through a single MCP server. Integrates multiple quality analysis tools like Biome, ESLint, and Playwright for streamlined development workflows.-
- AlicenseAqualityAmaintenanceLocal-first production-readiness MCP server for AI-built apps. It runs read-only checks, produces an evidence-based readiness score, and guides fixes before launch.115Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server that provides local code quality analysis for AI coding assistants, supporting file analysis, git diff review, and full project scanning with quality scoring.43MIT
- AlicenseAqualityDmaintenanceA local-first MCP server that scores your codebase's Build Readiness by reading code and running tests on your machine, outputting a diligence-grade score and risk register without uploading your source.553 npmApache 2.0