From fabf252e9a6a310df505c8a9cc18d5a8d7895d92 Mon Sep 17 00:00:00 2001 From: mironovisa <119300058+mironovisa@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:03:46 +0400 Subject: [PATCH] Add datamcp hosted MCP server Signed-off-by: mironovisa <119300058+mironovisa@users.noreply.github.com> --- servers/app.datamcp-mcp-http.json | 57 +++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 servers/app.datamcp-mcp-http.json diff --git a/servers/app.datamcp-mcp-http.json b/servers/app.datamcp-mcp-http.json new file mode 100644 index 0000000..c432c9c --- /dev/null +++ b/servers/app.datamcp-mcp-http.json @@ -0,0 +1,57 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "app.datamcp-mcp-http", + "name": "datamcp", + "alias": "datamcp", + "description": "Hosted Model Context Protocol gateway for PostgreSQL, MySQL, OpenAPI/Swagger, and shared Agent Memory with scoped access.", + "schema_version": "2.1", + "categories": [ + "developer-tools", + "database", + "ai-ml", + "productivity", + "security" + ], + "tags": [ + "datamcp", + "hosted-mcp", + "mcp-gateway", + "postgresql", + "mysql", + "openapi", + "swagger", + "agent-memory", + "shared-memory", + "permissions" + ], + "transport": { + "type": "http", + "url": "https://api.datamcp.app/api/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticate through the datamcp authorization flow and choose the connection or Agent Memory project you want to expose." + }, + "contributor": { + "name": "datamcp", + "github": "mironovisa", + "url": "https://datamcp.app" + }, + "links": { + "repository": "https://github.com/datamcpapp/datamcp-app", + "homepage": "https://datamcp.app", + "documentation": "https://datamcp.app/docs" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}