lgp-mcp-servers

Logiphys/lgp-mcp-servers
★ 2 stars Go 📦 Other Updated 8d ago
Go monorepo for Logiphys MCP servers (Autotask, IT Glue, Datto RMM, RocketCyber)
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": {
    "lgp-mcp-servers": {
      "command": "go",
      "args": [
        "run",
        "github.com/Logiphys/lgp-mcp-servers@latest"
      ]
    }
  }
}