Skip to main content
Glama

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

audit_code_quality

Static Python/TypeScript security and reliability findings.

generate_playwright_spec

Executable async Playwright/Pytest test source.

run_sdlc_healthcheck

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 -q

Cursor 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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    Provides 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.
  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    4
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A 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.
    5
    116
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.

  • MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shenmali/AI-SDLC-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server