You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-e TOOL_STORE_DESCRIPTION="Store code snippets with descriptions. The 'information' parameter should contain a natural language description of what the code does, while the actual code should be included in the 'metadata' parameter as a 'code' property." \
225
+
-e TOOL_FIND_DESCRIPTION="Search for relevant code snippets using natural language. The 'query' parameter should describe the functionality you're looking for." \
226
+
-- uvx mcp-server-qdrant
227
+
```
228
+
229
+
2. Verify the server was added:
230
+
231
+
```shell
232
+
claude mcp list
233
+
```
234
+
235
+
#### Using Semantic Code Search in Claude Code
236
+
237
+
Tool descriptions, specified in`TOOL_STORE_DESCRIPTION` and `TOOL_FIND_DESCRIPTION`, guide Claude Code on how to use
238
+
the MCP server. The ones provided above are examples and may need to be customized for your specific use case. However,
239
+
Claude Code should be already able to:
240
+
241
+
1. Use the `qdrant-store` tool to store code snippets with descriptions.
242
+
2. Use the `qdrant-find` tool to search for relevant code snippets using natural language.
243
+
208
244
## Contributing
209
245
210
246
If you have suggestions for how mcp-server-qdrant could be improved, or want to report a bug, open an issue!
0 commit comments