The markdown covers a pull-request comment; the bare URL covers Slack, an issue template, or anywhere that renders images itself. That is the whole surface — one tool, no configuration, nothing to keep in sync.
A one-tool server that fetches a random LGTM image from the LGTM API and hands back both the markdown to paste and the direct image URL.
- `get_lgtm` returns a random LGTM image
- The response includes ready-to-paste markdown for embedding the image, plus the direct URL for anywhere markdown is not what you need
The npm package mcp-server-lgtm, version 0.1.0, which installs an `mcp-server-lgtm` command. Build it from source with `npm install` and `npm run build`, then point the client at `build/index.js`; there is also an automated Smithery install. No account, no key.
One command — npx -y @smithery/cli install @dongri/mcp-server-lgtm --client claude
