Skip to main content
Glama
mikewegmann

baramundi MCP Server

by mikewegmann

baramundi MCP Server

MCP (Model Context Protocol) Server für das baramundi Management Center. Erlaubt Claude, Geräte abzufragen, Jobs zu starten und Compliance-Reports zu generieren.

Voraussetzungen

  • Python 3.11+

  • uv (pip install uv)

  • Zugang zum baramundi Management Center mit REST API und Bearer Token

Related MCP server: datto-rmm-mcp

Einrichtung

1. Abhängigkeiten installieren

uv sync

2. Konfiguration

Erstelle eine .env-Datei (basierend auf .env.example):

BARAMUNDI_API_URL=https://dein-bmc-server/api
BARAMUNDI_API_TOKEN=dein-bearer-token
# Optional: SSL-Verifikation deaktivieren (nur für Testumgebungen!)
# BARAMUNDI_SSL_VERIFY=false

3. Server testen

# Alle Tools im Browser testen (MCP Inspector)
uv run mcp dev src/baramundi_mcp/server.py

In Claude Desktop einbinden

Füge folgendes in %APPDATA%\Claude\claude_desktop_config.json ein:

{
  "mcpServers": {
    "baramundi": {
      "command": "uv",
      "args": ["--directory", "C:\\INST\\Git\\Antigravity\\baramundi_MCP", "run", "baramundi-mcp"]
    }
  }
}

Verfügbare Tools

Tool

Beschreibung

list_devices

Alle verwalteten Geräte auflisten

get_device

Details zu einem Gerät abrufen

get_device_status

Patch-Level und Status eines Geräts

list_jobs

Jobs auflisten (aktiv, geplant, abgeschlossen)

get_job_status

Status eines laufenden Jobs

start_job

Job auf einem Gerät starten (schreibend!)

get_compliance_report

Patch-Compliance-Übersicht

list_software_inventory

Software-Inventar abfragen

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikewegmann/baramundi_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server