Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Foreman Py

FreeNot checked

MCP server to interact with Foreman (Red Hat Satellite) instances, enabling management of hosts, provisioning, and configuration via natural language.

GitHubEmbed

About

MCP server to interact with Foreman (Red Hat Satellite) instances, enabling management of hosts, provisioning, and configuration via natural language.

README

How to run

Using uv locally

# uv run foreman-mcp \
    --foreman-url https://my-foreman-instance.something.somewhere \
    --foreman-username $FOREMAN_USERNAME \
    --foreman-password $FOREMAN_PASSWORD \
    --log-level debug \
    --host localhost \
    --port 8080

Using vscode

Example vscode config

# settings.json
{
    "mcp": {
        "servers": {
            "foreman-mcp-py": {
                "type": "sse",
                "url": "http://localhost:8080/mcp/sse",

            }
        }
    },
}

Using container

First, build the container:

podman build -t foreman-mcp .

Now run the container:

podman run -it -p 8080:8080 foreman-mcp --foreman-url https://my-foreman-instance.something.somewhere --foreman-username $FOREMAN_USERNAME --foreman-password $FOREMAN_PASSWORD --log-level debug --port 8080 --host localhost

Using MCP Inspector

For use with mcp inspector

  1. Start the inspector with npx @modelcontextprotocol/inspector
  2. Open http://localhost:6274 in your browser
  3. Set Type to Streamable HTTP and URL to http://localhost:8080/mcp
  • or set Type to SSE and URL to http://localhost:8080/sse
  1. Click connect

from github.com/adamruzicka/foreman-mcp

Installing Foreman Py

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/adamruzicka/foreman-mcp

FAQ

Is Foreman Py MCP free?

Yes, Foreman Py MCP is free — one-click install via Unyly at no cost.

Does Foreman Py need an API key?

No, Foreman Py runs without API keys or environment variables.

Is Foreman Py hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Foreman Py in Claude Desktop, Claude Code or Cursor?

Open Foreman Py on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Foreman Py with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs