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
https://smithery.ai/server/@dongri/mcp-server-lgtm
LGTM
Project Details
- dongri/mcp-server-lgtm
- Last Updated: 3/30/2025
Recomended MCP Servers
Gmail IMAP integration for Model Context Protocol (MCP)
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
An MCP server for Cline that works with Binary Ninja
An MCP server that tracks trending AI models, datasets, and spaces on Hugging Face.
MCP server for single cell analysis
A Model Context Protocol (MCP) server for analyzing GitLab repositories and performing security assessments.
An MCP service for Ant Design components query | 一个 Ant Design 组件查询的 MCP 服务,包含组件文档、API 文档、代码示例和更新日志查询
🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for...
mcp-gs-robot gaussian bot
Memory Bank implementation for Claude AI, based on Cline Memory Bank structure





