Turn shell scripts into MCP tools your agents can call.
Conjure wraps PowerShell scripts on Windows and sh scripts on macOS / Linux in typed, validated MCP tools — then runs locally so Claude Code, Cursor, Codex and friends can call them safely, with live output and full run history.
127.0.0.1.Works with every popular MCP client
A calm, precise console for your tools.
Manage every tool, run it with live streaming output, and audit each call — all running locally.
ToolsFrom script to callable tool in a minute.
You already have the scripts. Conjure gives them types, guardrails, and a stdio MCP command.
Paste your script
Drop in PowerShell on Windows, or sh on macOS / Linux. Conjure keeps it exactly as you wrote it.
#!powershell $ErrorActionPreference = "Stop" Write-Output "deploying $env:ENV" kubectl apply -f ./$env:ENV
Define typed params
Add inputs with types, defaults, and validation. They compile to one JSON Schema — the single source of truth.
env enum · staging | prod tag string · default latest wait bool · default true
Call it from your agent
Connect any MCP client and the tool shows up — runs stream live, every call is logged.
agent › run deploy-staging env=staging tag=v2.1 ✓ rolled out · exit 0 · 3.8s
What people conjure.
Pick one to see the exact flow — what the agent asks, the call it makes, and what the script streams back.
Install once, connect anywhere.
Run the UI with conjure, then point your MCP client at conjure --mcp.
conjure --mcp
Built for running real commands, safely.
Everything you need to expose scripts to an agent without losing control.
Conjure your first tool.
Local, typed, and callable from your favorite agent in under a minute.