MCP Server Policy
QDRANT MCP POLICY
Enforce policies on every tool call to the Qdrant MCP Server. 2 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Qdrant.
# Download policy scaffold
curl -o qdrant.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/qdrant.yaml
# Run with Intercept
intercept --policy qdrant.yaml -- npx -y @qdrant/mcp-server-qdrant Server documentation: https://github.com/qdrant/mcp-server-qdrant
READ TOOLS
1OTHER TOOLS
1POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for qdrant/mcp-server-qdrant"
default: "allow"
tools:
qdrant-find:
rules: []
qdrant-store:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Qdrant MCP server expose?
The Qdrant MCP Server exposes 2 tools across 2 categories: Read, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Qdrant?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Qdrant MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Qdrant policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON QDRANT
Open source. One binary. Zero dependencies.