-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) Β· 2.59 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) Β· 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "postgres-mcp-server",
"version": "1.0.0",
"description": "π PostgreSQL MCP Server β AI-Powered PostgreSQL Management & Monitoring. A powerful, AI-integrated PostgreSQL Model Context Protocol (MCP) server for automated database operations, monitoring, security, diagnostics, and optimization. Seamlessly manage PostgreSQL with 237+ tools designed for AI assistants like Claude and ChatGPT.",
"main": "postgres_server.py",
"scripts": {
"start": "python postgres_server.py",
"test": "python test_server.py",
"setup": "python setup.py",
"dev": "mcp dev postgres_server.py"
},
"repository": {
"type": "git",
"url": "https://github.com/mukul975/postgres-mcp-server.git"
},
"homepage": "https://github.com/mukul975/postgres-mcp-server",
"bugs": {
"url": "https://github.com/mukul975/postgres-mcp-server/issues"
},
"keywords": [
"postgresql",
"mcp",
"model-context-protocol",
"ai-database-tools",
"claude",
"chatgpt",
"database-monitoring",
"database-management",
"sql-automation",
"database-diagnostics",
"database-optimization",
"postgres",
"ai-integration",
"database-security",
"query-optimizer",
"database-health-check",
"python-postgresql",
"devops-ai",
"database-admin",
"db-tools",
"postgresql-server",
"database-automation",
"ai-assistant",
"database-performance",
"sql-tools",
"postgres-tools",
"database-analysis",
"postgres-monitoring",
"database-maintenance",
"ai-powered-database",
"postgresql-mcp",
"database-insights",
"postgres-diagnostics",
"database-cli",
"postgresql-automation"
],
"author": {
"name": "mukul975",
"url": "https://github.com/mukul975"
},
"license": "MIT",
"engines": {
"python": ">=3.8"
},
"os": [
"win32",
"darwin",
"linux"
],
"topics": [
"postgresql",
"mcp-server",
"ai-database-tools",
"claude-integration",
"chatgpt-tools",
"database-monitoring",
"database-management",
"sql-automation",
"database-diagnostics",
"database-optimization",
"postgres-tools",
"ai-integration",
"database-security",
"query-optimizer",
"database-health-check",
"python-postgresql",
"devops-automation",
"database-admin",
"database-performance",
"postgres-monitoring",
"database-maintenance",
"ai-powered-database",
"postgresql-mcp",
"database-insights",
"postgres-diagnostics",
"database-automation",
"model-context-protocol",
"ai-assistant-tools",
"database-analysis"
]
}