Back to Home
SimplyMinimal icon

fleet-mcp

Verified Safe

by SimplyMinimal

Overview

Provides a Model Context Protocol (MCP) interface for AI agents to interact with Fleet DM, enabling automated device management, security monitoring, policy enforcement, and osquery execution across a fleet of computers.

Installation

Run Command
fleet-mcp run

Environment Variables

  • FLEET_SERVER_URL
  • FLEET_API_TOKEN
  • FLEET_VERIFY_SSL
  • FLEET_TIMEOUT
  • FLEET_MAX_RETRIES
  • FLEET_USER_AGENT
  • FLEET_READONLY
  • FLEET_ALLOW_SELECT_QUERIES
  • FLEET_USE_ASYNC_QUERY_MODE
  • FLEET_ASYNC_QUERY_STORAGE_DIR
  • FLEET_ASYNC_QUERY_RETENTION_HOURS

Security Notes

The server itself employs good security practices, including explicit read-only modes, SELECT-only query validation in read-only mode, careful handling of secrets, and explicit disabling of dangerous operations (e.g., wipe device, delete user). The primary security concern stems from the power of the underlying Fleet DM API: if the configured API token is compromised, an attacker could leverage the MCP server to perform actions on managed devices or extract sensitive data, even with internal validations. Proper API token management and secure deployment environment are crucial. Script execution and arbitrary query capabilities, while core to Fleet DM, represent significant power that must be guarded.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars3
Forks2
Last Update2026-01-13

Tags

Fleet DMMCPDevice ManagementSecurity MonitoringOsqueryAI Agents