★ 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"
]
}
}
}
Run in terminal:
claude mcp add lgp-mcp-servers go run github.com/Logiphys/lgp-mcp-servers@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"lgp-mcp-servers": {
"command": "go",
"args": [
"run",
"github.com/Logiphys/lgp-mcp-servers@latest"
]
}
}
}