Server data from the Official MCP Registry
Agentic SDLC governance and security controls for AI coding agents working with GitHub.
Agentic SDLC governance and security controls for AI coding agents working with GitHub.
This MCP server implements a well-structured SDLC control plane with appropriate authentication requirements, reasonable permissions matching its purpose, and generally sound code security practices. The server enforces safe defaults (dryRun: true, no auto-merge), uses environment variables for credentials, and includes extensive input validation. Minor code quality issues around error handling and some broad exception catches prevent a higher score, but findings are low-severity and do not indicate security vulnerabilities. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GITHUB_TOKEN
Environment variable: GITHUB_OWNER
Environment variable: GITHUB_REPO
Environment variable: SDLC_DEFAULT_BRANCH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sakuracianna-agentic-sdlc-mcp": {
"env": {
"GITHUB_REPO": "your-github-repo-here",
"GITHUB_OWNER": "your-github-owner-here",
"GITHUB_TOKEN": "your-github-token-here",
"SDLC_DEFAULT_BRANCH": "your-sdlc-default-branch-here"
},
"args": [
"-y",
"agentic-sdlc-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.