From 05d69781ae56807b054cc7f37fdfc0434c4afd02 Mon Sep 17 00:00:00 2001 From: Matteo Date: Fri, 19 Jun 2026 11:08:22 +0200 Subject: [PATCH] docs: add Glama score badge to README; add MCP registry server.json - README: Glama quality-score badge in the badges row (also satisfies the awesome-mcp-servers listing requirement). - server.json: manifest for the official MCP Registry, pointing the remote (streamable-http) at the public read-only demo endpoint /mcp/demo. Published under io.github.keysersoft/anythingmcp for now; will move to the io.github.helpcode-ai namespace once org membership is public. --- README.md | 1 + server.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 server.json diff --git a/README.md b/README.md index f241835..4580f6b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ License Docker Ready Last Commit + anythingmcp MCP server

diff --git a/server.json b/server.json new file mode 100644 index 0000000..a1517bc --- /dev/null +++ b/server.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.keysersoft/anythingmcp", + "description": "Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.", + "repository": { + "url": "https://github.com/HelpCode-ai/anythingmcp", + "source": "github" + }, + "version": "1.0.0", + "websiteUrl": "https://anythingmcp.com", + "remotes": [ + { + "type": "streamable-http", + "url": "https://cloud.anythingmcp.com/mcp/demo" + } + ] +}