← Back to browse

fleet-mcp

Indexed by io.github.SimplyMinimal

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFLEET_SERVER_URL FLEET_API_TOKEN FLEET_READONLY FLEET_ALLOW_SELECT_QUERIES FLEET_VERIFY_SSL
Claude Code
claude mcp add --env FLEET_SERVER_URL= --env FLEET_API_TOKEN= --env FLEET_READONLY= --env FLEET_ALLOW_SELECT_QUERIES= --env FLEET_VERIFY_SSL= fleet-mcp -- uvx fleet-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"fleet-mcp","command":"uvx","args":["fleet-mcp"],"env":{"FLEET_SERVER_URL":"","FLEET_API_TOKEN":"","FLEET_READONLY":"","FLEET_ALLOW_SELECT_QUERIES":"","FLEET_VERIFY_SSL":""}}'
JSON
{
  "mcpServers": {
    "fleet-mcp": {
      "command": "uvx",
      "args": [
        "fleet-mcp"
      ],
      "env": {
        "FLEET_SERVER_URL": "",
        "FLEET_API_TOKEN": "",
        "FLEET_READONLY": "",
        "FLEET_ALLOW_SELECT_QUERIES": "",
        "FLEET_VERIFY_SSL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.