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:
116
116
> [ !TIP]
117
117
> You can refer to the [ official documentation] ( https://modelcontextprotocol.io/quickstart/user ) for Claude Desktop.
118
118
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
+
119
136
### CLI Options
120
137
121
138
#### Available Commands
@@ -124,14 +141,15 @@ Here are some example prompts to get you started:
124
141
Usage: algolia-mcp [options] [command]
125
142
126
143
Options:
127
- -h, --help display help for command
144
+ -h, --help Display help for command
128
145
129
146
Commands:
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
135
153
```
136
154
137
155
#### Server Options
You can’t perform that action at this time.
0 commit comments