npx claudepluginhub ai-sdlc-framework/ai-sdlc --plugin ai-sdlcAdd to your .mcp.json:
{
"mcpServers": {
"ai-sdlc": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/bin.js"
],
"env": {
"AI_SDLC_PROJECT_ROOT": "${CLAUDE_PLUGIN_DATA}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeAI_SDLC_PROJECT_ROOT=${CLAUDE_PLUGIN_DATA}