baramundi MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@baramundi MCP ServerList all managed devices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 sync2. 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=false3. Server testen
# Alle Tools im Browser testen (MCP Inspector)
uv run mcp dev src/baramundi_mcp/server.pyIn 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 |
| Alle verwalteten Geräte auflisten |
| Details zu einem Gerät abrufen |
| Patch-Level und Status eines Geräts |
| Jobs auflisten (aktiv, geplant, abgeschlossen) |
| Status eines laufenden Jobs |
| Job auf einem Gerät starten (schreibend!) |
| Patch-Compliance-Übersicht |
| Software-Inventar abfragen |
This server cannot be installed
Maintenance
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