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
関連サーバー
CData Microsoft Teams MCP Server
A read-only MCP server for querying live Microsoft Teams data, powered by CData.
ElevenLabs MCP Enhanced
Text-to-speech generation with conversation history features using the ElevenLabs API.
Claude Assist MCP
Enables communication between Claude Code and Claude Desktop for code reviews.
Gmail MCP Server
An MCP server that integrates with the Gmail API for intelligent email management, including search, categorization, and archiving.
mcp2mqtt
An MCP service for device communication and PWM control via the MQTT protocol.
Bluesky
Post to the Bluesky social network using the AT Protocol.
MCP Notify Server
Sends desktop notifications with sound when agent tasks are completed.
Sendblue
Send iMessage and SMS messages using the Sendblue API.
LINE Official Account
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
notifyhub
Unified notification MCP server with 36 tools to send messages across 23 channels — Email, SMS, Slack, Telegram, Discord, Teams, WhatsApp, Firebase Push, and more.
