Skip to main content
Glama

Runbook MCP-Server

Mit dem Runbook MCP Server können Sie Ihre eigenen Runbooks von Claude Desktop aus ausführen.

  • Ausführen von Ops-Runbooks (z. B. Bereitstellen eines Dienstes, Aktualisieren eines Kubernetes-Clusters)

  • Führen Sie manuelle Testpläne aus (erstellen Sie beispielsweise eine neue EC2-Instanz, greifen Sie per SSH auf die Instanz zu und führen Sie dort den Integrationstest aus).

Bitte sehen Sie sich das Demo-Video unten an, um zu verstehen, wie es funktioniert!

Demo

Anwendung

Schritt 1. Starten Sie den MCP-Server mit Claude Desktop.

Erstellen Sie config.yaml

Fügen Sie die folgende Konfiguration in claude_desktop_config.json ein.

{
  "mcpServers": {
    "runbook": {
      "command": "uv",
      "args": [
        "--directory",
        "<ABSOLUTE_PATH>/runbook-mcp-server",
        "run",
        "runbook_server.py"
      ]
    }
  }
}

Related MCP server: MCP Server Generator

Schritt 2: Erstellen von Runbooks

Sie können Markdown-Dateien oder Textdateien als Runbooks verwenden. Siehe Beispiele .

Wir unterstützen die Umgebungs-/Var-Substitution.

Definieren Sie env.yaml .

env:
  key: value
  • {env[key]} wird durch value ersetzt.

  • {var.name} wird durch einen Variablenwert ersetzt.

Erstellen Sie den Index neu, wenn Dateien aktualisiert werden.

Sie können auch ein neues Runbook erstellen. Verwenden Sie dazu das Tool create_runbook . Hier ist eine Beispieleingabeaufforderung:

Beispiel 1

Create a new runbook:

- name: list_pods
- content: List pods in all namespaces, find pods that are not ready, and send that to Slack.

You don't need to interpret the content. Please just pass it to the tool.

Schritt 3: Runbooks ausführen

Führen Sie zum Ausführen eines Runbooks die folgenden Schritte aus:

  1. Klicken Sie auf „Von MCP anhängen“ von Claude Desktop.

  2. Wählen Sie get_runbook_as_prompt aus der Liste der Integrationen aus.

  3. Übergeben Sie den Namen des Runbooks, das Sie ausführen möchten. Geben Sie außerdem Variablen in einer durch Kommas getrennten Liste an (z. B. var1=key1,var2=key2 ).

  4. Senden Sie die generierte Eingabeaufforderung.

Anschließend kommuniziert Claude Desktop mit anderen MCP-Servern, um das Runbook auszuführen.

Beispiel-MCP-Server, die zum Ausführen von Runbooks verwendet werden können

Entwicklungsplan

  • Anstatt den Inhalt des Runbooks in der Datenbank zu speichern, speichern Sie ihn einfach als Datei. Dies erleichtert die Bearbeitung. Für die Versionierung können Sie auch einfach GitHub verwenden.

  • Runbook-Vorlage X, die mit den angegebenen Eingaben instanziiert wird.

    • Dies ist möglicherweise nicht erforderlich. Ein Benutzer muss beim Ausführen des Runbooks lediglich zusätzliche Eingabeaufforderungen einfügen.

  • Ausführungsprotokoll speichern (zur Überprüfung und Verfeinerung)

    • Geheimnisse entfernen

    • Übergeben Sie außerdem ein früheres Protokoll an die Runbook-Eingabeaufforderung, wenn dies zu einer besseren Ausführung beiträgt

  • Genehmigungsablauf.

    • Fügen Sie ein Tool request_approval hinzu.

    • Dadurch wird eine Slack-Nachricht an einen Kanal gesendet.

    • Anschließend überwacht der Runbook MCP-Server den Kanal. Wenn jemand antwortet (ja/nein), wird der Kanal fortgesetzt oder ein Fehler zurückgegeben.

  • Bessere Runbook-Suche

    • Die genaue Namensübereinstimmung ist nicht besonders gut

  • Registrierung bei Smithery .

Potenzielle Arbeitselemente, deren Machbarkeit nicht klar ist

Hinweis: Claude Desktop unterstützt kein „Sampling“. Dies bringt einige Einschränkungen mit sich.

  • Untergeordnetes Runbook und wiederverwendbarer Ausführungsblock

  • Rest-Endpunkt + Frontend zum Verwalten von Runbooks.

  • Das Runbook bearbeiten können (mit Versionierung)

  • Zeigen Sie einen Ausführungsplan für Runbook X (Trockenlauf).

    • MCP-Server und -Tools einschränken

  • Konvertieren einer vorherigen Konversation in ein Runbook

  • Feinabstimmung.

  • Sie können ein Runbook verfeinern. Bei erfolgreicher Ausführung speichern Sie es als Beispiel und geben es an Claude weiter.

  • Periodische Ausführung

  • Sie müssen in der Lage sein, eine Umgebung (VM, Docker) zum Ausführen von MCP-Servern bereitzustellen.

Available Tools

2 tools
create_runbookD
ParametersJSON Schema
NameRequiredDescriptionDefault
contentYes
nameYes

TDQS

D1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Tool has no description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Tool has no description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has no description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tool has no description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Tool has no description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

delete_runbookD
ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes

TDQS

D1/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Tool has no description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness1/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Tool has no description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has no description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Tool has no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tool has no description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Tool has no description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updatesv1.0.0
    • First observedcreate_runbook
    • First observeddelete_runbook

TDQS

D1.8/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: create_runbook for creating a runbook and delete_runbook for deleting one, with no overlap in functionality. This minimal set avoids any ambiguity, as each tool targets a specific, opposite action on the same resource.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (create_runbook and delete_runbook), using snake_case and clear action verbs. This uniformity makes the tool set predictable and easy to understand, with no deviations in naming conventions.

Tool Count2/5

With only two tools, the server feels too thin for a runbook management domain, as it lacks essential operations like listing, retrieving, or updating runbooks. While the tools are well-defined, the count is insufficient for typical CRUD workflows, limiting agent capabilities.

Completeness2/5

The tool set is severely incomplete for runbook management, missing key operations such as get_runbook, list_runbooks, and update_runbook. This creates significant gaps that will cause agent failures, as users cannot retrieve or modify existing runbooks, leading to dead ends in workflows.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
    47
    -
  • F
    license
    Not graded
    quality
    F
    maintenance
    Creates, manages, and registers custom MCP servers for Claude Desktop. Enables users to generate and configure new MCP servers through natural language.
    11
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Easily build MCP tools for Claude desktop app.
    132
    21
    MIT

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/runbookai/runbook-mcp-server'

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