diff --git a/README.md b/README.md
index f241835..4580f6b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
+
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" + } + ] +}