Command Palette

Search for a command to run...

Home / Servers

plugins

Updated 1mo ago

by SalesEQ

SalesEQ

SalesEQ for AI agents

Your meetings, in the conversation.
Official plugin for Claude Code, Cursor, and Codex.


SalesEQ records, transcribes, and analyzes the meetings your team runs. This plugin connects the SalesEQ MCP server to your coding agent so it can search across every transcript, pull summaries, read exact wording, and answer "who said what, and when" — without leaving the conversation.

Install

Claude Code

claude plugin marketplace add SalesEQ/plugins
claude plugin install saleseq@saleseq

Cursor

/add-plugin saleseq

Codex — install from the plugin directory, or point Codex at this repository.

On first use your client opens a browser window to sign in to SalesEQ and authorize access. You need a SalesEQ account at app.saleseq.ai with at least one meeting recorded or uploaded.

Not using one of these clients? Any MCP-compatible agent can connect directly to https://mcp.saleseq.ai — see Connect a custom MCP client.

What you get

Tools

Six read-only tools. None of them modify SalesEQ data, send notifications, write to your CRM, or make external requests on your behalf.

ToolWhat it does
search_meetingsSearch transcripts by topic, phrase, or speaker. Returns best-matching meetings with snippets and playback offsets.
list_meetingsList accessible meetings with title, participants, duration, and platform. Filter by creator, participant, speaker, or duration.
get_meeting_summaryThe generated summary of a meeting — far cheaper than reading a full transcript.
get_transcriptA meeting's transcript, optionally sliced to a time range so long meetings don't blow out context.
get_meeting_frameA still frame from the recording around a timestamp. Audio-only and transcript-only meetings have none.
get_org_contextResolve a teammate's name or email to their SalesEQ account before searching their meetings.

Tools return only what your account can already reach: meetings you own, meetings shared with you directly, and meetings shared with a group you belong to. Full permission model in the overview.

Skills

SkillWhat it does
saleseq-docsAnswers questions about how SalesEQ works — recording, sharing, permissions, integrations, billing — by fetching the live docs instead of guessing.

Try it

What did we commit to on my last call with Acme?
Summarize every customer call I had this week.
Find where pricing came up across my meetings this month.
Who raised the security question, and what did we say?
How do auto-share rules work?

Repository layout

.claude-plugin/
  marketplace.json     # so `claude plugin marketplace add SalesEQ/plugins` works
  plugin.json
.cursor-plugin/plugin.json
.codex-plugin/plugin.json
.mcp.json              # shared by all three clients
skills/saleseq-docs/
assets/

The plugin lives at the repository root, so the marketplace entry uses "source": "./". All three client manifests share one .mcp.json and one skills/ directory — only the metadata differs.

Releasing

.claude-plugin/plugin.json deliberately omits version. Claude Code then falls back to the git commit SHA, so every push to main is picked up as a new version with no manual bump. If you add a version there, Claude Code pins to that string and existing installs stop updating until it changes.

The Cursor and Codex manifests do carry version. Bump both together when you cut a release.

Validate before pushing:

claude plugin validate .

Links

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

204,501

mcp-server-fetch

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

90,371

@modelcontextprotocol/server-everything

OfficialUpdated 14d ago

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

90,371

mcp-server-git

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

90,371