From 779be6950dcddf76623ec281fd57acfcf90d7756 Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:21:06 -0500 Subject: [PATCH] Add synthflow plugin (#4984) Driver: dir-plugin-add-official --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 28453a14..d70a2733 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3454,6 +3454,22 @@ } } }, + { + "name": "synthflow", + "description": "Connects Claude Code to the Synthflow AI voice-agent platform through its hosted MCP server, with skills for reviewing calls and auditing agent prompts, plus a docs-search connector.", + "author": { + "name": "Synthflow" + }, + "category": "automation", + "source": { + "source": "git-subdir", + "url": "https://github.com/SynthFlowAI/AnthropicPlugin.git", + "path": "plugins/synthflow", + "ref": "main", + "sha": "205871ee83508502d2c982ee1bb7e65a2a29190b" + }, + "homepage": "https://synthflow.ai" + }, { "name": "tavily", "description": "Build AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs.",