jetlag-mcp

jetlag-mcp

Enables listing and running Ansible playbooks, managing roles, reading docs, and creating vars files for the jetlag project.

Category
Visit Server

README

jetlag-mcp

A Model Context Protocol Server for jetlag Jetlag MCP Server

This directory contains a Model Context Protocol (MCP) server that exposes helpers for the jetlag project:

  • List and run Ansible playbooks in jetlag/ansible
  • List roles in jetlag/ansible/roles
  • List and read docs under jetlag/docs
  • Read arbitrary text files inside the jetlag repository

Quick start

  1. Bootstrap (creates venv and installs deps):
./bootstrap.sh
  1. Run the server over stdio (typical for local MCP clients):
python server.py

Client configuration

Point your MCP client to run this server via stdio. Example client config snippet:

{
  "mcpServers": {
    "jetlag-mcp": {
      "command": "python",
      "args": [
        "/absolute/path/to/your/checkout/jetlag-mcp/server.py"
      ],
      "env": {
        "PYTHONUNBUFFERED": "1"
      }
    }
  }
}

Tools

  • list_playbooks() → Returns objects with name and path under jetlag/ansible.
  • list_roles() → Returns array of role directory names.
  • list_docs() → Returns markdown file paths under jetlag/docs.
  • read_text_file(relative_path) → Reads a UTF-8 text file within jetlag.
  • run_playbook(playbook_name, inventory_relpath?, limit?, tags?, extra_vars_json?, check?, timeout_seconds?) → Executes ansible-playbook from the jetlag repo root, honoring ansible.cfg.
  • create_all_yml_vars_file(lab, lab_cloud, cluster_type, ocp_build, ocp_version, public_vlan?, sno_use_lab_dhcp?, ssh_private_key_file?, ssh_public_key_file?, sno_install_disk?, control_plane_install_disk?, worker_install_disk?, pull_secret_lookup?, extra_vars_json?) → Creates/overwrites ansible/vars/all.yml with provided values (supports SNO and MNO install disk settings). Pull secret is set using a Jinja file lookup path (default ../pull_secret.txt).

Notes

  • The server assumes the jetlag repository is a sibling of this directory.
  • Paths outside jetlag are rejected for safety.
  • Ensure Ansible is installed and available in PATH to run playbooks.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured