agents-towards-production (MCP Server)

GitHub

End-to-end, code-first tutorials for building production-grade GenAI agents. From prototype to enterprise deployment.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "agents-towards-production": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agents-towards-production"
      ]
    }
  }
}