# Agent Deck Setup

> Use when setting up Agent Deck, the MCP is disconnected, or the local daemon is down. Guides install/start with read-only checks; the user runs install commands.

- Skill: `hashgraph-online-awesome-codex-plugins/agent-deck-setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online-awesome-codex-plugins/agent-deck-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online-awesome-codex-plugins/agent-deck-setup/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online-awesome-codex-plugins)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hashgraph-online-awesome-codex-plugins/agent-deck-setup

---


# Agent Deck setup

1. Check `http://127.0.0.1:1110/health` (or `<mcp-url>/health` from `.agent-deck/use.json` if present).
2. If healthy, skip to the session skill / bind flow.
3. If down, tell the user to run:
   - `npm i -g agent-deck`
   - `agent-deck setup --client codex --start` (or `cursor` / `claude` for those hosts)
   - Restart the host so MCP reconnects.
4. Do not invent credentials, ports, or shell install pipelines. Keep guidance read-only; the user executes commands.

