mcpbeat Sign in

Agentic SDLC MCP Server

by sakuracianna Your server? Claim it
local only

Agentic SDLC MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 13 Aug 2026.

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

Installs per day peak 479 · avg 52 · +182% w/w
a month agotoday
44
Installs / week
npm · agentic-sdlc-mcp
1
Stars
5 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Touches key and credential files src/review/pull-request-review.ts:194
    [".npmrc", "package.json", "server.json"].includes(basename) ||

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentic-sdlc-mcp -- npx -y agentic-sdlc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentic-sdlc-mcp": {
      "args": [
        "-y",
        "agentic-sdlc-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentic-sdlc-mcp]
command = "npx"
args = ["-y", "agentic-sdlc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentic-sdlc-mcp": {
      "args": [
        "-y",
        "agentic-sdlc-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentic-sdlc-mcp": {
      "args": [
        "-y",
        "agentic-sdlc-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub token with the least privileges required by the tools you call.), GITHUB_OWNER (Optional default GitHub organization or user name.), GITHUB_REPO (Optional default GitHub repository name.), SDLC_DEFAULT_BRANCH (Optional default branch used when repository metadata is unavailable.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentic SDLC MCP

same job, measured the same way
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Sentrik
by maxgerhardson

Governance runtime for AI-generated code. Enforce compliance and security standards.

69 installs/wk local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
bounty-mcp
by weiseer

Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.

43 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering
C
Developer Tools MCP Server
by thenextgennexus

Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.

7 tools answering

Agentic SDLC MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentic SDLC MCP?
Agentic SDLC MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentic-sdlc-mcp was installed 44 times last week.
How do I connect Agentic SDLC MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentic-sdlc-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentic SDLC MCP?
The npm package agentic-sdlc-mcp was installed 44 times in the last week. Week over week that is +182%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentic SDLC MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.