File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,23 @@ Here are some example prompts to get you started:
123123> [ !TIP]
124124> You can refer to the [ official documentation] ( https://modelcontextprotocol.io/quickstart/user ) for Claude Desktop.
125125
126+ #### SSE Server specific configuration
127+ To run the SSE version, as Claude Desktop doesn't natively support it yet, you'll have to use a gateway:
128+ ``` json
129+ {
130+ "mcpServers" : {
131+ "algolia-mcp" : {
132+ "command" : " <PATH_TO_BIN>/npx" ,
133+ "args" : [
134+ " -y" ,
135+ " mcp-remote" ,
136+ " http://localhost:4243/sse"
137+ ]
138+ }
139+ }
140+ }
141+ ```
142+
126143### CLI Options
127144
128145#### Available Commands
@@ -131,14 +148,15 @@ Here are some example prompts to get you started:
131148Usage: algolia-mcp [options] [command]
132149
133150Options:
134- -h, --help display help for command
151+ -h, --help Display help for command
135152
136153Commands:
137- start-server [options] Starts the Algolia MCP server
138- authenticate Authenticate with Algolia
139- logout Remove all stored credentials
140- list-tools List all available tools
141- help [command] display help for command
154+ start-server [options] Starts the Algolia MCP server
155+ start-sse-server [options] Starts the Algolia MCP SSE server
156+ authenticate Authenticate with Algolia
157+ logout Remove all stored credentials
158+ list-tools List all available tools
159+ help [command] Display help for command
142160```
143161
144162#### Server Options
You can’t perform that action at this time.
0 commit comments