Skip to content

Commit fabf252

Browse files
committed
Add datamcp hosted MCP server
Signed-off-by: mironovisa <119300058+mironovisa@users.noreply.github.com>
1 parent ccf5f2b commit fabf252

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

servers/app.datamcp-mcp-http.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "app.datamcp-mcp-http",
4+
"name": "datamcp",
5+
"alias": "datamcp",
6+
"description": "Hosted Model Context Protocol gateway for PostgreSQL, MySQL, OpenAPI/Swagger, and shared Agent Memory with scoped access.",
7+
"schema_version": "2.1",
8+
"categories": [
9+
"developer-tools",
10+
"database",
11+
"ai-ml",
12+
"productivity",
13+
"security"
14+
],
15+
"tags": [
16+
"datamcp",
17+
"hosted-mcp",
18+
"mcp-gateway",
19+
"postgresql",
20+
"mysql",
21+
"openapi",
22+
"swagger",
23+
"agent-memory",
24+
"shared-memory",
25+
"permissions"
26+
],
27+
"transport": {
28+
"type": "http",
29+
"url": "https://api.datamcp.app/api/mcp",
30+
"metadata": {
31+
"inputs": []
32+
}
33+
},
34+
"auth": {
35+
"type": "oauth",
36+
"instructions": "Authenticate through the datamcp authorization flow and choose the connection or Agent Memory project you want to expose."
37+
},
38+
"contributor": {
39+
"name": "datamcp",
40+
"github": "mironovisa",
41+
"url": "https://datamcp.app"
42+
},
43+
"links": {
44+
"repository": "https://github.com/datamcpapp/datamcp-app",
45+
"homepage": "https://datamcp.app",
46+
"documentation": "https://datamcp.app/docs"
47+
},
48+
"platforms": [
49+
"all"
50+
],
51+
"capabilities": {
52+
"tools": true,
53+
"resources": false,
54+
"prompts": false,
55+
"read_only_mode": false
56+
}
57+
}

0 commit comments

Comments
 (0)