mcp.epismo.ai

https://mcp.epismo.ai

Playbooks that use this resource.

Used in Real Playbooks

Each timeline highlights where this resource is used and the surrounding work.

1 Playbooks · 1 highlighted steps

Author Your First Playbook

Productivity

Open Playbook
Step 1

Set up the surface and the Epismo skill

Two things must be true before anything else: the agent can reach Epismo, and it knows the model well enough to stop guessing at shapes the service will reject.

Surface. If Epismo MCP tools are already present, use them. Otherwise choose an install route: on macOS or Linux run curl -fsSL https://epismo.ai/install.sh | sh; on Windows PowerShell run irm https://epismo.ai/install.ps1 | iex; or use npm with npm install -g epismo. Native binaries and SHA-256 checksums are also available directly from https://github.com/epismoai/cli/releases. Then run epismo login. For MCP, add https://mcp.epismo.ai/ as a Streamable HTTP server with OAuth.

Skill. Install the portable Epismo skill from github:epismoai/skills into the agent's skills directory and load its SKILL.md. This is the setup that makes every later step cheap, so do it properly rather than skipping ahead. If this runtime has no skills directory, or installing one needs permission you do not have, read the SKILL.md and its references directly as context and continue — a strong recommendation, not a blocker.

Identity. Resolve it before any write: epismo whoami, or read epismo://context/current_user. Note the owner Account ID — every create, alias, and ACL later needs it.

Gate: one surface answers a real read, the skill is installed or its content is loaded, you have the owner Account ID, and you have created nothing.

Find the one recurring thing a single skill cannot carry