From 4f0c2f9bb0ba3c6ed5bb0b1c964edef137940b0a Mon Sep 17 00:00:00 2001 From: airano-ir Date: Thu, 2 Apr 2026 06:13:50 +0200 Subject: [PATCH] chore: add glama.json for MCP server registry Co-Authored-By: Claude Opus 4.6 (1M context) --- glama.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 glama.json diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..0b1e21a --- /dev/null +++ b/glama.json @@ -0,0 +1,36 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": ["airano-ir"], + "name": "mcphub", + "display_name": "MCP Hub", + "description": "Unified MCP server for managing WordPress, WooCommerce, Gitea, n8n, Supabase, OpenPanel, Appwrite, and Directus with 565 tools, multi-site support, and OAuth 2.1 authentication.", + "repository": "https://github.com/airano-ir/mcphub", + "homepage": "https://mcp.palebluedot.live", + "version": "3.5.0", + "license": "MIT", + "runtime": "python", + "transport": ["stdio", "streamable-http"], + "categories": ["developer-tools", "cms", "databases", "automation"], + "keywords": ["mcp", "wordpress", "woocommerce", "supabase", "gitea", "n8n", "openpanel", "appwrite", "directus", "self-hosted", "multi-site"], + "author": { + "name": "airano-ir", + "url": "https://github.com/airano-ir" + }, + "capabilities": { + "tools": true, + "prompts": false, + "resources": false + }, + "relatedServers": [ + { + "name": "WordPress MCP", + "url": "https://glama.ai/mcp/servers/developer-in-world/wordpress-mcp", + "description": "WordPress REST API MCP server" + }, + { + "name": "Supabase MCP", + "url": "https://glama.ai/mcp/servers/supabase-community/supabase-mcp", + "description": "Official Supabase MCP server" + } + ] +}