# 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: `thedixitjain/agent-deck-setup` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/agent-deck-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/agent-deck-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/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.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/not-so-fat/agent-deck/skills/agent-deck-setup/SKILL.md`

