File tree 1 file changed +24
-6
lines changed
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:
118
118
> [ !TIP]
119
119
> You can refer to the [ official documentation] ( https://modelcontextprotocol.io/quickstart/user ) for Claude Desktop.
120
120
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
+
121
138
### CLI Options
122
139
123
140
#### Available Commands
@@ -126,14 +143,15 @@ Here are some example prompts to get you started:
126
143
Usage: algolia-mcp [options] [command]
127
144
128
145
Options:
129
- -h, --help display help for command
146
+ -h, --help Display help for command
130
147
131
148
Commands:
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
137
155
```
138
156
139
157
#### Server Options
You can’t perform that action at this time.
0 commit comments