ntro CLI — exactly the two surfaces a runbook author needs.
Prerequisites
- Claude Code installed and signed in
Add the MCP server
Point Claude Code at the hosted test instance:claude mcp list. The Ntro tools appear in /mcp in your next session.
Self-hosting? See the MCP server reference for the local stdio-install path with ~/.claude/mcp.json config.
Verify it’s working
In Claude Code, ask:ntro auth whoami works at the terminal — the MCP server uses the same config.
Make the CLI usable too
The MCP tools cover write operations. For reading runs, viewing schedules, and running the local test harness, Claude Code is most effective when it can shell out to thentro CLI:
ntro is on $PATH, Claude Code can run it directly. With editable installs from a custom venv, either:
- Add the venv’s
bin/to$PATHin your shell init, or - Tell Claude Code to use the absolute path:
/home/you/.ntro-dev/bin/ntro workflow test ...
Example: scaffold a runbook
A real session looks roughly like:Shipping it
Two ways to deploy from Claude Code:Related
Copilot Studio
Same MCP server, different client.
Skill definitions
The prompts that teach a coding agent how to author Ntropii runbooks.