Agentic SDLC governance and security controls for AI coding agents working with GitHub.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentic SDLC MCP.
repo_contextRead-only
plan_from_contextRead-only
prepare_work_itemRead-only
create_issue_setPreview-first write
create_pr_summaryRead-only
quality_gate_statusRead-only
Governance and evidence controls for AI coding agents working in real GitHub repositories.
Let Claude Code, Cursor, and other Model Context Protocol (MCP) clients work with repository context, review gates, security evidence, and human approval points.
δΈζ Β· npm Β· MCP Registry Β· Roadmap
agentic-sdlc-mcp is a software development lifecycle (SDLC) governance layer for teams that already let AI coding agents change production repositories. It turns GitHub context, policy, checks, reviews, security alerts, and release signals into 13 workflow-level MCP tools. Twelve tools are read-only. The only GitHub write tool previews changes by default.
AI coding agents can create code and pull requests without understanding every repository rule. This server gives the agent bounded context and gives reviewers explicit evidence gaps instead of another free-form summary.
| Concern | Without this MCP | With agentic-sdlc-mcp |
|---|---|---|
| Repository context | The agent starts from the prompt and guesses project conventions | repo_context reads bounded metadata, scripts, policy, issues, pull requests, and agent instructions |
| High-risk work | Authentication, payment, migration, and workflow changes receive a generic plan | prepare_work_item adds risk reasons, defensive requirements, negative scenarios, rollback, and observability |
| Issue planning | A human reformats the plan into GitHub work items | plan_from_context creates structured drafts and create_issue_set previews the exact write |
| Pull request gates | A green continuous integration (CI) badge may be treated as sufficient evidence | quality_gate_status separates checks, reviews, ownership, protection, labels, and missing evidence |
| Secret risk | Scanner names or keyword matches may be accepted without provenance | PR review separates trusted scanner evidence, bounded patch heuristics, and unverified gaps |
| Release and handoff | Readiness depends on free-form status summaries | Release and handoff tools preserve blockers, policy obligations, evidence warnings, and human approval points |
This server does not write code, merge pull requests, force-push, create releases, deploy software, or replace human security review.
The MCP sits between an AI coding agent and GitHub evidence. Repository changes still happen through the agent's normal development environment, and high-impact decisions remain with your team.
Use the tools as decision support at the points where an autonomous agent would otherwise guess or rely on stale prose.
| Production scenario | Recommended tools | Decision artifact |
|---|---|---|
| Onboard an agent into an unfamiliar repository | repo_context | Repository briefing with scripts, workflows, policy, open work, and known gaps |
| Turn a feature, bug, or security goal into reviewable work | plan_from_context β create_issue_set | Work-type-aware plan, issue drafts, and preview-first GitHub issues |
| Prepare auth, payment, migration, or infrastructure work | prepare_work_item | Risk-aware brief with defensive requirements, negative tests, rollback, and observability |
| Detect dynamic credential construction in a patch | review_pr_against_standard | Patch-local findings for concatenation, interpolation, decoding, aliases, and auth-header sinks |
| Decide whether a pull request is ready for human review | create_pr_summary β quality_gate_status β review_pr_against_standard | Diff summary, merge-gate evidence, findings, blockers, and next actions |
| Audit repository governance | branch_protection_status β workflow_permissions_audit | Branch/ruleset evidence and GitHub Actions least-privilege findings |
| Assess release readiness | security_triage β release_readiness_check | Security-alert summary, CI evidence, release blockers, changelog status, and rollback requirements |
| Transfer work to another agent | agent_handoff_packet | Bounded continuation packet that labels caller assertions and evidence warnings |
| Archive a decision snapshot | sdlc_evidence_packet | Versioned Issue, PR, or release evidence with provenance, freshness, completeness, and a stable content digest |
You need Node.js 22 or newer. Node 22 and 24 are tested in GitHub Actions. Run the published package directly from npm:
For a global CLI installation:
The default transport is stdio. Most MCP clients should start the package for you instead of running it in a separate terminal.
Paste this prompt into Codex, Claude Code, or another coding agent:
Review every command and configuration change before approving it. Node.js 22 or newer is required.
Add the server to Claude Desktop, Cursor, Windsurf, or another MCP client. Inject the GitHub token through the client's secret or environment configuration.
Some Windows MCP clients require npx through cmd:
GITHUB_OWNER and GITHUB_REPO are optional defaults. Tool calls can provide repository coordinates explicitly. Use the GitHub permission matrix to grant only the capabilities you enable.
This compatibility path stores configuration in ~/.agentic-sdlc-mcp.json, including the GitHub token. Use it only on a trusted, single-user workstation. For production-focused setups, prefer MCP client secret injection or process environment variables.
Start with a read-only call so you can inspect the repository boundary before granting write access:
Then validate the write boundary without creating anything:
See the client-neutral smoke test for a five-minute verification path.
The server registers 13 workflow-level tools. MCP clients receive the full input and output schemas at runtime; this catalog explains when to use each tool and how to interpret its result.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentic-sdlc-mcp)<a href="https://allmcps.com/mcp/agentic-sdlc-mcp"><img src="https://allmcps.com/api/badge/agentic-sdlc-mcp?style=directory" alt="Agentic SDLC MCP on AllMCPs" /></a>