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
CLI setup
Install Saber locally, authenticate once, then initialize Claude Code context.
MCP setup
Connect Claude Code to the hosted Saber MCP Server.
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 loginThen initialize Claude Code:
saber init-claudeinit-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/mcpOn 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 listSee MCP installation for other clients and API key setup.
Other agents via skills.sh
npx skills add saberapp/skillsThis 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