Installation

Install Saber Skills for Codex, Claude Code, Cursor, Gemini CLI, or another agent, then connect the CLI or MCP server for richer workflows.

Saber Skills work best when the Saber CLI is installed and authenticated. The CLI gives agents direct access to Saber commands for signals, lists, scoring, credits, connectors, and organization context. The hosted MCP server is useful when you want Saber tools available through an MCP-compatible client.

Claude Code

Method 1: CLI setup

Install and authenticate the Saber CLI:

curl -sSL https://raw.githubusercontent.com/saberapp/cli/main/scripts/install.sh | sh
saber auth login

Then initialize Claude Code:

saber init-claude

init-claude writes Saber context and command guidance into CLAUDE.md, so Claude Code can use Saber Skills with your organization profile, connector status, and CLI command guardrails.

Method 2: MCP setup

Connect Claude Code to the hosted Saber MCP Server:

claude mcp add --transport http saber https://mcp.saber.app/mcp

On first use, Claude Code opens the OAuth flow in your browser. Enter your Saber API key when prompted. After that, the connection is stored and reused automatically.

Verify the server:

claude mcp list

See MCP installation for other clients and API key setup.

Other agents via skills.sh

npx skills add saberapp/skills

This works with Codex, Claude Code, Cursor, Gemini CLI, GitHub Copilot, and other agents that support skills.

Optional CLI setup for other agents

Install the Saber CLI to unlock automated signal runs, list management, scoring, and CRM-oriented workflows:

curl -sSL https://raw.githubusercontent.com/saberapp/cli/main/scripts/install.sh | sh
saber auth login

On this page