A favicon of LGTM

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.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install dongri/mcp-server-lgtm -c claude

This command will automatically install and configure the LGTM MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "LGTM": {
      "command": "/path/to/mcp-server-lgtm/build/index.js"
    }
  }
}

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

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:

npm install

Build the server:

npm run build

For development with auto-rebuild:

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

{
  "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:

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:

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

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to LGTM:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit