awslabs.postgres-mcp-server 1.0.1__py3-none-any.whl → 1.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- awslabs/postgres_mcp_server/server.py +1 -1
- {awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/METADATA +10 -5
- awslabs_postgres_mcp_server-1.0.3.dist-info/RECORD +10 -0
- awslabs_postgres_mcp_server-1.0.1.dist-info/RECORD +0 -10
- {awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/WHEEL +0 -0
- {awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/entry_points.txt +0 -0
- {awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/licenses/LICENSE +0 -0
- {awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/licenses/NOTICE +0 -0
{awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.postgres-mcp-server
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: An AWS Labs Model Context Protocol (MCP) server for postgres
|
|
5
5
|
Project-URL: homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: docs, https://awslabs.github.io/mcp/servers/postgres-mcp-server/
|
|
@@ -24,7 +24,7 @@ Requires-Python: >=3.10
|
|
|
24
24
|
Requires-Dist: boto3>=1.38.5
|
|
25
25
|
Requires-Dist: botocore>=1.38.5
|
|
26
26
|
Requires-Dist: loguru>=0.7.0
|
|
27
|
-
Requires-Dist: mcp[cli]>=1.
|
|
27
|
+
Requires-Dist: mcp[cli]>=1.11.0
|
|
28
28
|
Requires-Dist: pydantic>=2.10.6
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
|
|
@@ -52,7 +52,11 @@ An AWS Labs Model Context Protocol (MCP) server for Aurora Postgres
|
|
|
52
52
|
|
|
53
53
|
## Installation
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
| Cursor | VS Code |
|
|
56
|
+
|:------:|:-------:|
|
|
57
|
+
| [](https://cursor.com/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [](https://insiders.vscode.dev/redirect/mcp/install?name=PostgreSQL%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A%2F%2F%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D%2F%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%2C%22transportType%22%3A%22stdio%22%2C%22autoStart%22%3Atrue%7D) |
|
|
58
|
+
|
|
59
|
+
Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
|
|
56
60
|
|
|
57
61
|
```json
|
|
58
62
|
{
|
|
@@ -86,7 +90,8 @@ Here are some ways you can work with MCP across AWS, and we'll be adding support
|
|
|
86
90
|
3. Run 'docker build -t awslabs/postgres-mcp-server:latest .'
|
|
87
91
|
|
|
88
92
|
### Add or update your LLM client's config with following:
|
|
89
|
-
|
|
93
|
+
|
|
94
|
+
```json
|
|
90
95
|
{
|
|
91
96
|
"mcpServers": {
|
|
92
97
|
"awslabs.postgres-mcp-server": {
|
|
@@ -108,7 +113,7 @@ Here are some ways you can work with MCP across AWS, and we'll be adding support
|
|
|
108
113
|
}
|
|
109
114
|
}
|
|
110
115
|
}
|
|
111
|
-
|
|
116
|
+
```
|
|
112
117
|
|
|
113
118
|
NOTE: By default, only read-only queries are allowed and it is controlled by --readonly parameter above. Set it to False if you also want to allow writable DML or DDL.
|
|
114
119
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
awslabs/__init__.py,sha256=WuqxdDgUZylWNmVoPKiK7qGsTB_G4UmuXIrJ-VBwDew,731
|
|
2
|
+
awslabs/postgres_mcp_server/__init__.py,sha256=OpiWDc6HV8EoZVGVKb6ebzcIm7TUbZeALyFkLdm7YWg,673
|
|
3
|
+
awslabs/postgres_mcp_server/mutable_sql_detector.py,sha256=bivLNglukgfi0IWcQSfDcwxFae4Q8CSvb--yWW617l0,2717
|
|
4
|
+
awslabs/postgres_mcp_server/server.py,sha256=Hw8qPrjlqoKoPatP2485RN_ntXfwb09OIPYOAKyRtrk,14500
|
|
5
|
+
awslabs_postgres_mcp_server-1.0.3.dist-info/METADATA,sha256=N7XIGheT6KY3uZguuG-1VpdJchn37MMX5Trc6w7uI90,5952
|
|
6
|
+
awslabs_postgres_mcp_server-1.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
awslabs_postgres_mcp_server-1.0.3.dist-info/entry_points.txt,sha256=qHCxq_MTANxTB8-mA7Wl6H71qWEMwmG-I6_koII4AXY,88
|
|
8
|
+
awslabs_postgres_mcp_server-1.0.3.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
9
|
+
awslabs_postgres_mcp_server-1.0.3.dist-info/licenses/NOTICE,sha256=qMIIe3h7I1Y4-CKejn50wbSKXEZLWhYHdKaRwKdXN9M,95
|
|
10
|
+
awslabs_postgres_mcp_server-1.0.3.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
awslabs/__init__.py,sha256=WuqxdDgUZylWNmVoPKiK7qGsTB_G4UmuXIrJ-VBwDew,731
|
|
2
|
-
awslabs/postgres_mcp_server/__init__.py,sha256=OpiWDc6HV8EoZVGVKb6ebzcIm7TUbZeALyFkLdm7YWg,673
|
|
3
|
-
awslabs/postgres_mcp_server/mutable_sql_detector.py,sha256=bivLNglukgfi0IWcQSfDcwxFae4Q8CSvb--yWW617l0,2717
|
|
4
|
-
awslabs/postgres_mcp_server/server.py,sha256=Ah3DNrxSBF58eX9fXfCXKcHKpgPILrsuvaOMCnpeHz4,14497
|
|
5
|
-
awslabs_postgres_mcp_server-1.0.1.dist-info/METADATA,sha256=K5hBaCZ10HoyoN-I-nSi3AWQ9v-cGxQDsZ_uQsCIwIk,4897
|
|
6
|
-
awslabs_postgres_mcp_server-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
awslabs_postgres_mcp_server-1.0.1.dist-info/entry_points.txt,sha256=qHCxq_MTANxTB8-mA7Wl6H71qWEMwmG-I6_koII4AXY,88
|
|
8
|
-
awslabs_postgres_mcp_server-1.0.1.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
9
|
-
awslabs_postgres_mcp_server-1.0.1.dist-info/licenses/NOTICE,sha256=qMIIe3h7I1Y4-CKejn50wbSKXEZLWhYHdKaRwKdXN9M,95
|
|
10
|
-
awslabs_postgres_mcp_server-1.0.1.dist-info/RECORD,,
|
{awslabs_postgres_mcp_server-1.0.1.dist-info → awslabs_postgres_mcp_server-1.0.3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|