From 4d18edcd566c56c138ba5d2fee5e4cfc850f6f48 Mon Sep 17 00:00:00 2001
From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com>
Date: Thu, 19 Dec 2024 00:54:49 -0500
Subject: [PATCH] add MCP server badge
This PR adds a badge for the Supabase MCP Server server listing in Glama MCP server directory.
Glama performs regular codebase and documentation scans 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 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 950fa7f..62cc16e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
+
+
## Features
### Project Management
@@ -33,4 +35,4 @@ Add the following to your Claude Config JSON file
}
}
}
-```
\ No newline at end of file
+```