Overview
AI
What's available
Surface
Use it for
Get started
Which one do I need?
You're...
Start with
Quick start (Claude Code)
# 1. Install the CLI + executor MCP
npm install -g @panora/cli
# 2. Wire both MCP servers into Claude Code
claude mcp add --scope user --transport stdio \
-- panora npx -y -p @panora/cli panora-mcp
claude mcp add --scope user --transport http \
panora-docs https://docs.panora.exchange/~gitbook/mcp
# 3. Install the agent skills (auto-detects Claude Code / Cursor / Codex)
npx skills add panora-exchange/agent-skills
# 4. Verify
claude mcp listResources
Last updated