Agentic SDLC MCP for LangChain
io.github.sakuracianna/agentic-sdlc-mcp
Agentic SDLC governance and security controls for AI coding agents working with GitHub.
client:LangChain
transport:stdio
runtime:npm
Install Agentic SDLC MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentic-sdlc-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "agentic-sdlc-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs