← Index

io.github.SimplyMinimal/fleet-mcp

io.github.SimplyMinimal/fleet-mcp·v1.1.3·Other
Quality Score
81
/100

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "fleet-mcp": {
      "command": "uvx",
      "args": [
        "fleet-mcp"
      ],
      "env": {
        "FLEET_SERVER_URL": "<fleet_server_url>",
        "FLEET_API_TOKEN": "<your-fleet_api_token>",
        "FLEET_READONLY": "<fleet_readonly>",
        "FLEET_ALLOW_SELECT_QUERIES": "<fleet_allow_select_queries>",
        "FLEET_VERIFY_SSL": "<fleet_verify_ssl>"
      }
    }
  }
}
§02  Environment variables
FLEET_SERVER_URL
required

Your Fleet server URL (e.g., https://your-fleet-instance.com)

FLEET_API_TOKEN
requiredsecret

Your Fleet API token. Get this from Fleet UI: My account > Get API token

FLEET_READONLY

Enable read-only mode

FLEET_ALLOW_SELECT_QUERIES

Allow SELECT queries in read-only mode. This allows you to run live queries.

FLEET_VERIFY_SSL

Verify SSL certificates when connecting to your Fleet instance.

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other