Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-qdrant
Claim
Official
by
qdrant
GitHub
Search
Databases
Python
Apache 2.0
244
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-qdrant
.github
workflows
.github/workflows/pre-commit.yaml
.github/workflows/pypi-publish.yaml
.github/workflows/pytest.yaml
name: pre-commit on: pull_request: push: branches: [main, master, dev] jobs: main: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: 3.x - uses: pre-commit/action@v3.0.1