uv run foreman-mcp-server \
--foreman-url https://foreman.example.com \
--foreman-username $FOREMAN_USERNAME \
--foreman-password $FOREMAN_PASSWORD \
--log-level debug \
--host localhost \
--port 8080 \
--transport streamable-http
Default values if not provided:
--foreman-url https://$hostname
--foreman-username admin
--foreman-password changeme
--log-level INFO
--host '127.0.0.1'
--port 8080
--transport streamable-http
First, build the container:
podman build -t foreman-mcp-server .
Now run the container:
podman run -it -p 8080:8080 foreman-mcp-server \
--foreman-url https://my-foreman-instance.something.somewhere \
--foreman-username $FOREMAN_USERNAME \
--foreman-password $FOREMAN_PASSWORD \
--log-level debug \
--host localhost \
--port 8080 \
--transport streamable-http
# settings.json
{
"mcp": {
"servers": {
"foreman": {
"url": "http://127.0.0.1:8080/mcp/sse"
}
}
},
}
- Press Ctrl+Shift+P
- Select MCP: List Servers command
- Select foreman
- Press Start Server
- Press Ctrl+Alt+I to open the chat
- In Configure Tools select the MCP tools only
- Prompts can be listed in the chat, e.g. /mcp.foreman.basic_hosts_pending_sec_updates_static_report
- Resources can be attached via Add Context... > MCP Resources > resource
For use with mcp inspector
- Start the inspector with
npx @modelcontextprotocol/inspector
- Open
http://localhost:6274
in your browser - Set
Type
toStreamable HTTP
andURL
tohttp://localhost:8080/mcp
- Click connect
Note: this is highly experimental. Tested in a virtual machine running CentOS Stream 9.
- Follow installation steps https://github.com/bsneed/claude-desktop-fedora?tab=readme-ov-file#1-fedora-package-new
- If it doesn't launch, try `npm i -g electron
# ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"foreman": {
"command": "uv",
"args": ["--directory", "/home/$USER/foreman-mcp-server", "run","foreman-mcp-server", "--transport", "stdio"],
}
}
}
This will launch UI application, log in into your account. It will start and connect to the MCP server automatically.
claude-desktop
- Click
+
button > Add from foreman: > Select any of Prompts and Resources from the server - Click Configuration button to select Tools from the server