From c78e3d0133db637fc53f1cf9bf079b038844a6a8 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 20 Jul 2026 08:24:36 +0530 Subject: [PATCH] Add glama.json to claim the Glama MCP listing Enables claiming https://glama.ai/mcp/servers/appwrite/mcp so we can configure the Dockerfile and pass maintenance checks for registry listings. Co-authored-by: Cursor --- glama.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glama.json diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..7e2464e --- /dev/null +++ b/glama.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": ["ChiragAgg5k"] +}