agent-starter-pack (MCP Server)

GitHub

Ship AI Agents to Google Cloud in minutes, not months. Production-ready templates with built-in CI/CD, evaluation, and observability.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "agent-starter-pack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agent-starter-pack"
      ]
    }
  }
}