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