From 208b008d26fe644ab48fa2ab5ccd8886d2736fc6 Mon Sep 17 00:00:00 2001
From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com>
Date: Fri, 28 Feb 2025 02:47:55 -0600
Subject: [PATCH] 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.
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.
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index e05f8b7..0759c12 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
This repository is an example of how to create a MCP server for [Qdrant](https://qdrant.tech/), a vector search engine.
+
+
## Overview
A basic Model Context Protocol server for keeping and retrieving memories in the Qdrant vector search engine.