This page is for giving your own coding agent (Claude Code, Cursor, Codex, opencode, …) ongoing knowledge of Hexclave so it writes Hexclave code correctly.If you would like to use Hexclave to power your own CLI, see the CLI Authentication page.
Web Fetch
Paste a one-line prompt — your agent fetches the live skill on demand.
Skill
Install the Hexclave
SKILL.md file so your agent loads it automatically.MCP
Connect your agent to the Hexclave MCP server for live docs and
ask_hexclave search.Option 1: Web fetch (recommended)
Most coding agents now support web fetch out of the box, so you can simply tell your agent to use Hexclave’s skill from the internet. To do so, paste the prompt below into your coding agent:One-shot prompt
SKILL.md indexes the entire Hexclave docs sidebar and tells the agent to pull fresh content for whichever surface you’re touching (auth, orgs/teams, payments, emails, analytics, the CLI). It is purely a reference — paste it whenever you want the agent to use Hexclave knowledge.
Option 2: Skill
Install the skill once so your agent loads it automatically every time Hexclave is relevant — no copy-paste required.- Cli install
- Copy-paste prompt
The fastest way to install the Hexclave skill for a Claude Code-style agent or similar:This detects your agent and installs the skill in the correct location (per-project or global) automatically. From then on, your agent picks it up whenever the conversation touches Hexclave.
Terminal
Option 3: MCP
The Hexclave MCP server (https://mcp.hexclave.com/mcp) gives your agent live access to Hexclave docs and skill via prompts, resources and an ask_hexclave tool that searches the docs with citations. Install it once per agent — it stays available across every project.
- One-click install
- Config files
- Ask your agent
Add to Cursor
Opens Cursor and adds
stack-auth to your MCP config.Add to VS Code
Opens VS Code and adds
stack-auth to your MCP config.mcp.hexclave.com in your browser.Project vs. global scope
The install prompts above follow the same rule for picking project-vs-global scope:| Detected in project root | Skill / MCP install scope |
|---|---|
.claude/, .cursor/, .vscode/mcp.json, .codex/, .opencode/ | Project (inside the existing folder) |
| None of the above | Global (user-level config for the detected agent) |