Back to Home
ry-ops icon

pulseway-rmm-a2a-mcp-server

Verified Safe

by ry-ops

Overview

Integrates Pulseway RMM (Remote Monitoring and Management) API capabilities with AI assistants using the Model Context Protocol (MCP).

Installation

Run Command
uv run pulseway-mcp-server

Environment Variables

  • PULSEWAY_SERVER_URL
  • PULSEWAY_TOKEN_ID
  • PULSEWAY_TOKEN_SECRET

Security Notes

The server follows good security practices by loading API credentials from environment variables and explicitly warning against committing them. It uses HTTPS for API communication and handles API errors gracefully without exposing raw secrets. No 'eval' or other directly malicious patterns were found. A minor potential concern is that `response.text` from API errors is included in the custom `APIError` details, which could theoretically contain sensitive information if the remote API leaks it, but this is standard practice for debugging.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2025-12-03

Tags

RMMMonitoringAI IntegrationMCPPython