Go monorepo for Logiphys MCP servers (Autotask, IT Glue, Datto RMM, RocketCyber)
{
"mcpServers": {
"lgp-mcp-servers": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Go monorepo for Logiphys MCP servers (Autotask, IT Glue, Datto RMM, RocketCyber)
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
An open-source AI agent that brings the power of Gemini directly into your terminal.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Lgp Mcp Servers and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Go monorepo for Logiphys MCP (Model Context Protocol) servers. Provides Claude with structured access to IT service management, security, backup, and documentation platforms used at Logiphys Datensysteme GmbH.
258 tools across 9 MCP servers, built as single-binary deployments.
| Server | Platform | Tools | Description |
|---|---|---|---|
autotask-mcp | Autotask PSA | 82 | Tickets, companies, contacts, projects, billing, time entries, service calls, quotes |
datto-rmm-mcp | Datto RMM | 55 | Remote monitoring & management — devices, sites, alerts, jobs, audit, variables |
itglue-mcp | IT Glue | 31 | IT documentation — organizations, configurations, passwords, contacts, domains, expirations |
datto-edr-mcp | Datto EDR | 21 | Endpoint detection & response — agents, alerts, rules, extensions, quarantine, isolation |
datto-uc-mcp | Datto Unified Continuity | 20 | BCDR appliances, SaaS Protection, Direct-to-Cloud backup, activity logs |
rocketcyber-mcp | RocketCyber | 13 | Managed SOC — agents, events, incidents, firewalls, suppression rules |
datto-network-mcp | Datto Networking | 13 | Network devices, clients, WAN usage, application visibility — not yet validated against live API |
datto-backup-mcp | Datto Backup | 12 | Backup appliances, assets, alerts, customers, endpoint & SaaS backup |
myitprocess-mcp | MyITProcess | 11 | vCIO — clients, reviews, findings, initiatives, recommendations |
make build # Build all servers for current platform
make build-all # Cross-compile for macOS (arm64/amd64) + Windows
make build-autotask-mcp # Build a single server
Binaries are output to dist/.
Copy the built binaries to a location on your PATH:
cp dist/*-mcp /usr/local/bin/
Each server is configured via environment variables. Add them to your Claude Code or Claude Desktop configuration.
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"autotask-mcp": {
"command": "autotask-mcp",
"env": {
"AUTOTASK_USERNAME": "api-user@company.com",
"AUTOTASK_SECRET": "your-api-secret",
"AUTOTASK_INTEGRATION_CODE": "your-integration-code"
}
}
}
}
See config/ for full configuration examples with all 9 servers. See CONTRIBUTING for development guidelines.
Access control (role-based tool filtering, GDPR/privacy tiers) is handled by a separate gateway service. The standalone servers expose all tools — the gateway enforces which tools are available per user.
Connects to the Autotask PSA REST API. Covers the full PSA workflow: tickets, companies, contacts, projects, billing items, time entries, quotes, service calls, expenses, and configuration items.
| Environment Variable | R