Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.openfactory]
url = "https://console.openfactory.tech/mcp-stream/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openfactory": {
"type": "http",
"url": "https://console.openfactory.tech/mcp-stream/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openfactory
Remote MCP URL: https://console.openfactory.tech/mcp-stream/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"openfactory": {
"url": "https://console.openfactory.tech/mcp-stream/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openfactory": {
"type": "http",
"url": "https://console.openfactory.tech/mcp-stream/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openfactory",
"transport": "streamable-http",
"url": "https://console.openfactory.tech/mcp-stream/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_builds— List your OpenFactory builds.get_build— Get full details of a specific build including its recipe.get_build_status— Get the current status of a build.create_build— Create a new build from a recipe.deploy_from_git— Build a bootable Linux ISO from a git repo.get_iso_download_url— Get the download URL for a completed build's ISO.retry_build— Retry a failed build.update_build_recipe— Replace a build's canonical recipe and graph.