LGTM Images
Fetches random LGTM (Looks Good To Me) images for use in code reviews and developer communications.
mcp-server-lgtm MCP Server
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
Related Servers
Hatena Blog
An MCP server for interacting with the Hatena Blog service.
Beyond MCP Server
Provides standardized access to social platform and onchain data using the Neynar API.
MCP Meme Sticky
Create AI-generated memes and convert them into stickers for Telegram and WhatsApp.
FastAlert.Now
Broadcast AI-driven alerts securely to thousands of phones and laptops in seconds—no apps, no SMS, and total user privacy.
MCP DingDing Bot
Send and manage message notifications and interactions with DingTalk / DingDing.
Email Reader
Read, search, and manage emails from your inbox, including downloading attachments and listing folders.
Gmail
Provides comprehensive integration with Gmail for reading, searching, and sending emails.
Discord MCP Server
Interact with Discord channels to send and read messages using the Discord API.
Outlook MCP Server
Read, search, and manage emails in Microsoft Outlook through a standardized interface.
RabbitMQ MCP Server
Interact with queues and topics on a RabbitMQ instance.
