From 86838bbc8c0f0162800ee6e4986ca6e55fba619c Mon Sep 17 00:00:00 2001
From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com>
Date: Mon, 20 Jan 2025 11:34:34 -0600
Subject: [PATCH] add MCP server badge
This PR adds a badge for the [Brev](https://glama.ai/mcp/servers/xhcynxcx29) 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 8841b6c..2cacb51 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
This is a MCP server implementation for Brev.
+
+
## Configuration
The MCP server uses the Brev CLI's API access token and currently set org.
@@ -87,4 +89,4 @@ npx @modelcontextprotocol/inspector uv --directory /Users/tmontfort/Brev/repos/b
```
-Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
\ No newline at end of file
+Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.