# LGTM

Fetch random LGTM (Looks Good To Me) images for use in code reviews and developer communications. Enhance your team's collaboration by easily embedding fun and relevant images in your discussions.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dongri/mcp-server-lgtm

# Browse available tools
npx -y @smithery/cli@latest tool list dongri/mcp-server-lgtm

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dongri/mcp-server-lgtm get_lgtm

# Call a tool
npx -y @smithery/cli@latest tool call dongri/mcp-server-lgtm get_lgtm '{}'
```

## Tools (1)

- `get_lgtm` — Get LGTM image and show markdown code and imageurl.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dongri/mcp-server-lgtm <tool-name>
```

---

Source: https://github.com/dongri/mcp-server-lgtm
