Loading MCP server directory, please wait...
MCP server for Atera RMM — customers, tickets, and more.
npx @getmcp/cli add io.github.wyre-technology/atera-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ATERA_API_KEYAtera API key (X-Api-Key) for authenticating against the Atera REST API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/atera-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ATERA_API_KEY",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/atera-mcp:v1.3.2"
],
"env": {
"ATERA_API_KEY": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}