MCP server for Device42 IT asset management.
438
MCP (Model Context Protocol) server for Device42 IT asset management. Enables AI assistants like Claude and Cursor to query and manage your Device42 CMDB.
$ docker pull killcity/device42-mcp:latest
$ docker run -i --rm \
-e D42_URL="https://your-device42.com" \
-e D42_USERNAME="api-user" \
-e D42_PASSWORD="api-password" \
killcity/device42-mcp:latest
Read: list_devices, get_device, search_devices, list_ips, get_ip, list_subnets, list_racks, list_rooms, list_buildings, list_vlans, list_software, doql_query, and more.
Write (D42_READONLY=false): create_device, update_device, assign_ip_to_device, release_ip, create_subnet, create_rack, create_room, create_building
Content type
Image
Digest
sha256:3ec6c24b9…
Size
58.1 MB
Last updated
9 months ago
docker pull killcity/device42-mcp