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 @@ -123,6 +123,23 @@ Here are some example prompts to get you started:
123
123
> [ !TIP]
124
124
> You can refer to the [ official documentation] ( https://modelcontextprotocol.io/quickstart/user ) for Claude Desktop.
125
125
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
+
126
143
### CLI Options
127
144
128
145
#### Available Commands
@@ -131,14 +148,15 @@ Here are some example prompts to get you started:
131
148
Usage: algolia-mcp [options] [command]
132
149
133
150
Options:
134
- -h, --help display help for command
151
+ -h, --help Display help for command
135
152
136
153
Commands:
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
142
160
```
143
161
144
162
#### Server Options
You can’t perform that action at this time.
0 commit comments