Skip to content

Commit 9d0794b

Browse files
authored
Add Claude Code configuration example. (#8)
1 parent 175c03b commit 9d0794b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ <h2>MCP Usage</h2>
617617
<button class="tab-button" data-tab="cursor">Cursor</button>
618618
<button class="tab-button" data-tab="vscode">VSCode</button>
619619
<button class="tab-button" data-tab="claude-desktop">Claude Desktop</button>
620+
<button class="tab-button" data-tab="claude-code">Claude Code</button>
620621
<button class="tab-button" data-tab="other">Other</button>
621622
</div>
622623

@@ -700,6 +701,15 @@ <h3>Claude Desktop</h3>
700701
</p>
701702
</div>
702703

704+
<div class="tab-pane" id="claude-code-tab">
705+
<h3>Claude Code</h3>
706+
<p>Run the following command in your terminal:</p>
707+
<pre><code>claude mcp add --transport http sosumi https://sosumi.ai/mcp</code></pre>
708+
<p>For more information, see the <a
709+
href="https://docs.anthropic.com/en/docs/claude-code/mcp"
710+
rel="noopener noreferrer">Claude Code MCP documentation</a>.</p>
711+
</div>
712+
703713
<div class="tab-pane" id="other-tab">
704714
<h3>Other MCP Clients</h3>
705715
<p>Sosumi's MCP server supports Streamable HTTP and Server-Sent Events (SSE) transport.

0 commit comments

Comments
 (0)