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
相關伺服器
Mailinator MCP Server
Free disposable email for AI—check any @mailinator.com inbox, retrieve messages in multiple formats, and extract verification codes for automated workflows.
chakoshi MCP Server
A bridge server connecting Claude Desktop with the chakoshi moderation API for content safety.
Ghost MCP
Interact with the Ghost blogging platform using the Model Context Protocol (MCP) with Server-Sent Events (SSE) support.
CData Google Contacts
A read-only MCP server for Google Contacts, powered by the CData JDBC Driver.
Upbit MCP Server
Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
YAGMS
An MCP server for interacting with the Gmail API, enabling email management.
Ntfy
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
Email MCP Server
Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.
Twilio SMS Server
Send SMS messages using the Twilio API. Functions as an MCP server or a standalone REST API.
Twist MCP Server
Interact with a Twist workspace using its REST API.
