mcp-server-lgtm MCP Server
@dongri
About mcp-server-lgtm MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-lgtm": {
"command": "build/index.js"
}
}
}Tools
1Fetch a random LGTM image
Overview
What is mcp-server-lgtm MCP Server?
mcp-server-lgtm MCP Server is a TypeScript-based Model Context Protocol server that interacts with the LGTM API. It provides a tool to fetch random LGTM (Looks Good To Me) images for use in code reviews and developer communications.
How to use mcp-server-lgtm MCP Server?
Install dependencies with npm install, build with npm run build, and configure the server in Claude Desktop’s config file (e.g., claude_desktop_config.json on MacOS/Windows) by pointing to the built index.js. For automatic installation via Smithery, run npx -y @smithery/cli install @dongri/mcp-server-lgtm --client claude.
Key features of mcp-server-lgtm MCP Server
- Fetches a random LGTM image via the
get_lgtmtool - Returns markdown code for embedding the image
- Provides the direct image URL for various contexts
- Built with TypeScript for reliability
- Debuggable using the MCP Inspector
Use cases of mcp-server-lgtm MCP Server
- Adding a random LGTM image to code review comments
- Sharing a quick approval visual in developer chat channels
- Automating image selection for PR approval notifications
- Embedding LGTM images in documentation or release notes
FAQ from mcp-server-lgtm MCP Server
What does the get_lgtm tool do?
It fetches a random LGTM image and returns both markdown code for embedding and the direct image URL.
How do I install mcp-server-lgtm MCP Server?
Install via npm with npm install then build with npm run build, or use Smithery with the provided npx command for automatic Claude Desktop setup.
What transport does this server use?
MCP servers including this one communicate over stdio; the readme recommends using the MCP Inspector for debugging.
Does this server require any API key or authentication?
The README does not mention any authentication or API key requirements.
Where can I find the Claude Desktop configuration file?
On MacOS at ~/Library/Application Support/Claude/claude_desktop_config.json and on Windows at %APPDATA%/Claude/claude_desktop_config.json.
Frequently asked questions
What does the `get_lgtm` tool do?
It fetches a random LGTM image and returns both markdown code for embedding and the direct image URL.
How do I install mcp-server-lgtm MCP Server?
Install via npm with `npm install` then build with `npm run build`, or use Smithery with the provided npx command for automatic Claude Desktop setup.
What transport does this server use?
MCP servers including this one communicate over stdio; the readme recommends using the MCP Inspector for debugging.
Does this server require any API key or authentication?
The README does not mention any authentication or API key requirements.
Where can I find the Claude Desktop configuration file?
On MacOS at `~/Library/Application Support/Claude/claude_desktop_config.json` and on Windows at `%APPDATA%/Claude/claude_desktop_config.json`.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments