Skip to content
Zed

fleet mcp for Zed

io.github.simplyminimal/fleet-mcp

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

client:Zed transport:stdio runtime:pypi

Install fleet mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "fleet-mcp": {
      "command": "uvx",
      "args": [
        "fleet-mcp"
      ],
      "env": {
        "FLEET_SERVER_URL": "<FLEET_SERVER_URL>",
        "FLEET_API_TOKEN": "<FLEET_API_TOKEN>",
        "FLEET_READONLY": "<FLEET_READONLY>",
        "FLEET_ALLOW_SELECT_QUERIES": "<FLEET_ALLOW_SELECT_QUERIES>",
        "FLEET_VERIFY_SSL": "<FLEET_VERIFY_SSL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

fleet mcp in other clients