trackmcp
Back to directory
dongri

mcp-server-lgtm

View on GitHub

LGTM Images

0 stars JavaScriptOthers Updated Jul 5, 2025

Documentation

MseeP.ai Security Assessment Badge

mcp-server-lgtm MCP Server

smithery badge

A Model Context Protocol server for LGTM images

This is a TypeScript-based MCP server that interacts with the LGTM API. It provides a tool to fetch random LGTM (Looks Good To Me) images that can be used in code reviews and other developer communications.

Features

Create server

code
npx @modelcontextprotocol/create-server mcp-server-lgtm

Tools

  • `get_lgtm` - Fetch a random LGTM image
    • Returns markdown code for embedding the image
    • Provides the direct image URL for use in various contexts

Development

Install dependencies:

bash
npm install

Build the server:

bash
npm run build

For development with auto-rebuild:

bash
npm run watch

Dev Installation

To use with Claude Desktop, add the server config:

On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`

On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

json
{
  "mcpServers": {
    "mcp-server-lgtm": {
      "command": "/path/to/mcp-server-lgtm/build/index.js"
    }
  }
}

Installing via Smithery

To install mcp-server-lgtm MCP Server for Claude Desktop automatically via Smithery:

bash
npx -y @smithery/cli install @dongri/mcp-server-lgtm --client claude

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

bash
npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Smithery

https://smithery.ai/server/@dongri/mcp-server-lgtm

Frequently asked questions

What is mcp-server-lgtm?

mcp-server-lgtm is LGTM Images

How do I install mcp-server-lgtm?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-lgtm open source?

Yes — it is hosted on GitHub at https://github.com/dongri/mcp-server-lgtm.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP