Foreman Py
FreeNot checkedMCP server to interact with Foreman (Red Hat Satellite) instances, enabling management of hosts, provisioning, and configuration via natural language.
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
- Start the inspector with
npx @modelcontextprotocol/inspector - Open
http://localhost:6274in your browser - Set
TypetoStreamable HTTPandURLtohttp://localhost:8080/mcp
- or set
TypetoSSEandURLtohttp://localhost:8080/sse
- Click connect
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-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
