sdlc-knowledge-mcp-server

Roshanhrx/sdlc-knowledge-mcp-server
★ 0 stars Python AI/LLM Updated today
Production MCP server exposing SDLC artifacts (prompts, standards, stories, schemas) to AI assistants like Cursor.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sdlc-knowledge-mcp-s": {
      "command": "uvx",
      "args": [
        "sdlc-knowledge-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sdlc-knowledge-mcp-server