From 05d69781ae56807b054cc7f37fdfc0434c4afd02 Mon Sep 17 00:00:00 2001
From: Matteo
+
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" + } + ] +}