Skip to content

Commit 7165327

Browse files
Aditya Thiruvengadamclaude
andcommitted
docs: remove Coming Soon framing for Claude; note cross-surface install
The Klarity connector is live in the Anthropic directory, so drop the COMING SOON tag, Warning callout, and "Once the Klarity connector is live" preamble from the install page, the inline badge on the quickstart card, and the parenthetical in the security clients table. Add a Note on the install page that the same connector covers Claude, Claude Cowork, and Claude Code. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 683c92f commit 7165327

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

docs/install/claude.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
title: "Claude"
33
description: "Install the Klarity connector in Claude."
44
icon: "/images/icons/claude.svg"
5-
tag: "COMING SOON"
65
---
76

8-
<Warning>
9-
**Coming soon.** The Klarity connector is pending approval in Anthropic's official directory. In the meantime, install from one of the [other clients](/quickstart).
10-
</Warning>
11-
127
<Info>
138
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
149

1510
- You can switch workspaces later by asking your AI assistant.
1611
- For other common install issues, see the [FAQ](/faq).
1712
</Info>
1813

19-
Once the Klarity connector is live in Anthropic's official directory:
14+
<Note>
15+
Once installed, the same connector is available across **Claude**, **Claude Cowork**, and **Claude Code** — sign in once, query from any surface.
16+
</Note>
2017

2118
<Steps>
2219
<Step title="Open connector settings">

docs/quickstart.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ icon: "rocket"
1313
Klarity MCP works with any MCP-compatible client. Use the install page that matches yours.
1414

1515
<Columns cols={2}>
16-
<Card title={<>Claude <span className="ml-2 px-1.5 py-0.5 rounded text-2xs font-bold leading-tight align-middle text-primary dark:text-primary-light bg-primary/10">COMING SOON</span></>} icon="/images/icons/claude.svg" href="/install/claude">
17-
Anthropic assistant
18-
</Card>
16+
<Card title="Claude" icon="/images/icons/claude.svg" href="/install/claude">Anthropic assistant</Card>
1917
<Card title="Claude Code" icon="/images/icons/claude.svg" href="/install/claude-code">Anthropic CLI</Card>
2018
<Card title="ChatGPT" icon="/images/icons/openai.svg" href="/install/chatgpt">OpenAI assistant</Card>
2119
<Card title="Codex" icon="/images/icons/codex.svg" href="/install/codex">OpenAI CLI</Card>

docs/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Supported clients today:
1515
| Surface | Clients |
1616
|---|---|
1717
| IDEs / CLIs | [Claude Code](/install/claude-code), [Codex](/install/codex), [Cursor](/install/cursor), [Gemini CLI](/install/gemini-cli) |
18-
| Conversational assistants | [ChatGPT](/install/chatgpt) (via the OpenAI app store); [Claude](/install/claude) (Anthropic connector directory, coming soon) |
18+
| Conversational assistants | [ChatGPT](/install/chatgpt) (via the OpenAI app store); [Claude](/install/claude) (via the Anthropic connector directory) |
1919

2020
If the AI client doesn't run inside an IDE, the MCP plugs into the assistant's app/connector layer instead. The connection model is the same in either case: the client talks to a single MCP endpoint over HTTPS using the [Model Context Protocol](https://modelcontextprotocol.io/).
2121

0 commit comments

Comments
 (0)