Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ai-sdlc
Local Node.js MCP server for AI SDLC tasks, accessing the project root directory via AI_SDLC_PROJECT_ROOT env var. Runs as subprocess; no API keys needed.
npx claudepluginhub ai-sdlc-framework/ai-sdlc --plugin ai-sdlcCopy this JSON into your .mcp.json to enable this server
Add 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}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
AI_SDLC_PROJECT_ROOT=${CLAUDE_PLUGIN_DATA}Share bugs, ideas, or general feedback.