Loading MCP server directory, please wait...
An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.
npx @getmcp/cli add io.github.SimplyMinimal/fleet-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FLEET_SERVER_URLYour Fleet server URL (e.g., https://your-fleet-instance.com)
FLEET_API_TOKENYour Fleet API token. Get this from Fleet UI: My account > Get API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SimplyMinimal/fleet-mcp": {
"command": "uvx",
"args": [
"fleet-mcp"
],
"env": {
"FLEET_SERVER_URL": "",
"FLEET_API_TOKEN": "",
"FLEET_READONLY": "",
"FLEET_ALLOW_SELECT_QUERIES": "",
"FLEET_VERIFY_SSL": ""
}
}
}
}