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 @@ -116,6 +116,23 @@ Here are some example prompts to get you started:
116116> [ !TIP]
117117> You can refer to the [ official documentation] ( https://modelcontextprotocol.io/quickstart/user ) for Claude Desktop.
118118
119+ #### SSE Server specific configuration
120+ To run the SSE version, as Claude Desktop doesn't natively support it yet, you'll have to use a gateway:
121+ ``` json
122+ {
123+ "mcpServers" : {
124+ "algolia-mcp" : {
125+ "command" : " <PATH_TO_BIN>/npx" ,
126+ "args" : [
127+ " -y" ,
128+ " mcp-remote" ,
129+ " http://localhost:4243/sse"
130+ ]
131+ }
132+ }
133+ }
134+ ```
135+
119136### CLI Options
120137
121138#### Available Commands
@@ -124,14 +141,15 @@ Here are some example prompts to get you started:
124141Usage: algolia-mcp [options] [command]
125142
126143Options:
127- -h, --help display help for command
144+ -h, --help Display help for command
128145
129146Commands:
130- start-server [options] Starts the Algolia MCP server
131- authenticate Authenticate with Algolia
132- logout Remove all stored credentials
133- list-tools List all available tools
134- help [command] display help for command
147+ start-server [options] Starts the Algolia MCP server
148+ start-sse-server [options] Starts the Algolia MCP SSE server
149+ authenticate Authenticate with Algolia
150+ logout Remove all stored credentials
151+ list-tools List all available tools
152+ help [command] Display help for command
135153```
136154
137155#### Server Options
You can’t perform that action at this time.
0 commit comments