Go monorepo for Logiphys MCP servers (Autotask, IT Glue, Datto RMM, RocketCyber)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"autotask-mcp": {
"env": {
"AUTOTASK_SECRET": "your-api-secret",
"AUTOTASK_USERNAME": "api-user@company.com",
"AUTOTASK_INTEGRATION_CODE": "your-integration-code"
},
"command": "autotask-mcp"
}
}
}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 (Model Context Protocol) servers. Provides Claude with structured access to IT service management, security, backup, and documentation platforms used at Logiphys Datensysteme GmbH.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
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