Loading MCP server directory, please wait...
Agentic SDLC governance and security controls for AI coding agents working with GitHub.
npx @getmcp/cli add io.github.SakuraCianna/agentic-sdlc-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GITHUB_TOKENGitHub token with the least privileges required by the tools you call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SakuraCianna/agentic-sdlc-mcp": {
"command": "npx",
"args": [
"-y",
"agentic-sdlc-mcp"
],
"env": {
"GITHUB_TOKEN": "",
"GITHUB_OWNER": "",
"GITHUB_REPO": "",
"SDLC_DEFAULT_BRANCH": "main"
}
}
}
}