lgtmcp

shields/lgtmcp
★ 0 stars Go 💻 Code/Dev Tools Updated today
MCP server for AI-powered code review
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lgtmcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/shields/lgtmcp@latest"
      ]
    }
  }
}