Commit Graph

23 Commits

Author SHA1 Message Date
Andrey Vasnetsov
181be17142 Reusable mcp server (#39)
* add developer mode instruction to readme

* Make a custom MCP wrapper around FastMCP add more settings, some improvements

* upd test and readme

* review fixes
2025-04-07 12:44:02 +02:00
Kacper Łukawski
7aad8ebb3c Support multiple collections (#26)
* Allow passing the collection name in each request to override the default

* Allow getting the collection names in QdrantConnector

* get vector size from model description

* ruff format

* add isort

* apply pre-commit hooks

---------

Co-authored-by: generall <andrey@vasnetsov.com>
2025-04-07 11:16:45 +02:00
Kacper Łukawski
13cf930f8e Add Claude Code to README (#37)
* Add Claude Code to README

* Improve the overview description
2025-04-04 15:53:55 +02:00
Kacper Łukawski
718fb3b988 Add Dockerfile and update README (#32) 2025-03-12 11:20:18 +01:00
Kacper Łukawski
d31e2b43a0 Remove duplicated notes in README (#31) 2025-03-11 21:46:56 +01:00
Kacper Łukawski
5878cc1267 Custom tool descriptions (#29)
* Allow setting up the tool descriptions with env variables

* Document the env variables as a table in README

* Link settings.py in README.md

* Allow to choose transport protocol: stdio or sse

* Fix metadata handling in Cursor

* Improve README to cover more cases

* Add info about Cursor rules

* Fix Github note type
2025-03-11 21:05:39 +01:00
Kacper Łukawski
bd155b13d0 Add metadata support and integration tests for QdrantConnector (#25) 2025-03-10 17:06:26 +01:00
Kacper Łukawski
b9f773e99c Handle parameters with environmental variables only (#24)
* Switch to Typer to read the CLI parameters and options

* Rely on environmental variables only

* Fix tests

* Update README
2025-03-10 16:36:31 +01:00
Kacper Łukawski
aff9caa279 Change license to Apache 2.0 2025-03-05 23:49:10 +01:00
Kacper Łukawski
f252489c3d Merge pull request #12 from qdrant/feature/embedding-providers
Abstract the embedding providers
2025-03-05 23:10:05 +01:00
Kacper Łukawski
3e88bae540 Merge pull request #11 from punkpeye/patch-1
add MCP server badge
2025-03-05 23:08:56 +01:00
Kacper Łukawski
6aa21b6d99 Run pre-commit 2025-03-05 22:54:21 +01:00
Kacper Łukawski
56f1c797fc Abstract the embedding providers 2025-03-05 22:50:27 +01:00
Kacper Łukawski
e673084c5e Add pre-commit to ensure consistent formatting 2025-03-05 22:47:12 +01:00
Frank Fiegel
208b008d26 add MCP server badge
This PR adds a badge for the [mcp-server-qdrant](https://glama.ai/mcp/servers/9ejy5scw5i) server listing in Glama MCP server directory.

<a href="https://glama.ai/mcp/servers/9ejy5scw5i"><img width="380" height="200" src="https://glama.ai/mcp/servers/9ejy5scw5i/badge" alt="mcp-server-qdrant MCP server" /></a>

Glama performs regular codebase and documentation checks to:

* Confirm that the MCP server is working as expected
* Confirm that there are no obvious security issues with dependencies of the server
* Extract server characteristics such as tools, resources, prompts, and required parameters.

This badge helps your users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
2025-02-28 02:47:55 -06:00
Kacper Łukawski
3ec4279a4a Fix wording in README 2024-12-13 17:52:47 +01:00
Kacper Łukawski
2e871a4707 Add example of using local mode in README 2024-12-13 17:52:10 +01:00
Kacper Łukawski
64ad4e6f3d Merge pull request #5 from qdrant/feature/support-local-mode
Add support for local Qdrant mode
2024-12-13 17:47:01 +01:00
Kacper Łukawski
a620d011b0 Update README to include the new variable for local path 2024-12-13 17:41:47 +01:00
Henry Mao
b281bc6409 Move UV to top 2024-12-14 00:28:07 +08:00
Henry Mao
31f449ad5a Minor README.md fix 2024-12-13 21:18:04 +08:00
Henry Mao
b65fd61a4b Add Smithery CLI installation instructions and badge 2024-12-13 20:49:54 +08:00
Kacper Łukawski
701db26495 Initial commit 2024-12-02 13:10:16 +01:00