> ## Documentation Index
> Fetch the complete documentation index at: https://trysalty.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code plugin

> Install the Salty plugin to use your CRM from Claude Code — 15 MCP tools, OAuth, no API key to paste.

The Salty plugin connects [Claude Code](https://claude.com/claude-code) to your Salty workspace: the 15 MCP tools (people, companies, deals, notes, tasks, activities, schema) plus a skill that teaches Claude Salty's conventions. Authorization is OAuth 2.1 + PKCE — Claude opens a browser on first use, so there's no API key to paste.

## Install

```shell theme={null}
/plugin marketplace add ankshvayt/salty-plugin
/plugin install salty@salty
```

That's it. Make a CRM request — e.g. *"find people at acme.com in Salty"* — and Claude opens a browser to approve access to your workspace. Need a workspace? Sign up at [trysalty.com](https://trysalty.com).

## What's included

* **15 MCP tools** — `search` / `get` / `create` / `update` for people, companies, and deals; `add_note`, `log_activity`; `get_schema`, `add_attribute`. There are **no `delete_*` tools by design** — deletion is recoverable soft-delete (30-day trash) through REST/CLI under human review.
* **A `salty` skill** — Claude automatically applies Salty's conventions: the structured search-filter grammar (`{field: {equals: …}}`), cursor pagination, parent references for notes/activities, and `value_cents` as a string-encoded bigint.

## Other clients

Any MCP-compliant client (Claude.ai, ChatGPT, Cursor, Windsurf, Claude Desktop) can connect to the same server at `$SALTY_MCP/mcp` — see [MCP server](/docs/mcp/introduction). Prefer the terminal? The [`salty` CLI](/docs/cli/introduction) (`npm i -g salty-cli`) wraps the same REST API.

The plugin + marketplace are open source (MIT): [github.com/ankshvayt/salty-plugin](https://github.com/ankshvayt/salty-plugin).
