LGTM MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LGTM MCP Serverget a random LGTM image for my PR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-lgtmTools
get_lgtm- Fetch a random LGTM imageReturns markdown code for embedding the image
Provides the direct image URL for use in various contexts
Related MCP server: GitHub Project MCP Server
Development
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchDev 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 claudeDebugging
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 inspectorThe Inspector will provide a URL to access debugging tools in your browser.
Smithery
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables image analysis and understanding using Vision Language Models through OpenAI-compatible APIs. Supports analyzing images from URLs or local files with custom prompts.Last updated12MIT
- Alicense-qualityDmaintenanceEnables management of GitHub projects and issues using GitHub's GraphQL API. Supports creating/updating issues with images, managing labels and assignees, organizing ProjectsV2 boards, and updating project item statuses.Last updated2MIT
- AlicenseAqualityCmaintenanceProvides tools to search, get trending, random, and translate GIFs using the Giphy API.Last updated5MIT
- Flicense-qualityDmaintenanceEnables AI models to retrieve random or specified numbers of fictional cats with names, descriptions, and images.Last updated
Related MCP Connectors
Random food images by category (pizza, burger, dosa, etc.) via Foodish. Keyless.
Cat Facts MCP — wraps Cat Facts API (free, no auth)
Get a random dad joke or search by keyword to fit any moment. Retrieve specific jokes by ID for re…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dongri/mcp-server-lgtm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server