File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -705,9 +705,10 @@ <h3>Claude Desktop</h3>
705705 < h3 > Claude Code</ h3 >
706706 < p > Run the following command in your terminal:</ p >
707707 < 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 >
708+ < p > For more information, see the
709+ < a href ="https://docs.anthropic.com/en/docs/claude-code/mcp "
710+ rel ="noopener noreferrer "> Claude Code MCP documentation</ a > .
711+ </ p >
711712 </ div >
712713
713714 < div class ="tab-pane " id ="other-tab ">
Original file line number Diff line number Diff line change @@ -81,6 +81,14 @@ Create a `.vscode/mcp.json` file in your workspace and enter the following confi
81815. Set **"Remote MCP server URL"** to `"https://sosumi.ai/mcp"`
82826. Click "Add"
8383
84+ ### Claude Code
85+
86+ Run the following command in your terminal:
87+
88+ ```shell
89+ claude mcp add --transport http sosumi https://sosumi.ai/mcp
90+ ```
91+
8492### Other
8593
8694Sosumi's MCP server supports Streamable HTTP and Server-Sent Events (SSE) transport.
You can’t perform that action at this time.
0 commit comments