Skip to content
Cursor

Agentic SDLC MCP for Cursor

io.github.sakuracianna/agentic-sdlc-mcp

Agentic SDLC governance and security controls for AI coding agents working with GitHub.

client:Cursor transport:stdio runtime:npm

Install Agentic SDLC MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentic-sdlc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentic-sdlc-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_OWNER": "<GITHUB_OWNER>",
        "GITHUB_REPO": "<GITHUB_REPO>",
        "SDLC_DEFAULT_BRANCH": "<SDLC_DEFAULT_BRANCH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agentic SDLC MCP in other clients