@neverinfamous/postgres-mcp 1.0.1 → 1.0.2
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.
- package/README.md +11 -9
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -8,17 +8,19 @@
|
|
|
8
8
|
|
|
9
9
|
**203 specialized tools** · **20 resources** · **19 AI-powered prompts**
|
|
10
10
|
|
|
11
|
-
[](https://github.com/neverinfamous/
|
|
12
|
-
](https://github.com/neverinfamous/postgresql-mcp)
|
|
12
|
+

|
|
13
13
|
[](https://hub.docker.com/r/writenotenow/postgres-mcp)
|
|
14
14
|
[](https://opensource.org/licenses/MIT)
|
|
15
|
-
[](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.neverinfamous/postgres-mcp)
|
|
16
16
|
[](https://www.npmjs.com/package/@neverinfamous/postgres-mcp)
|
|
17
|
-
[](https://github.com/neverinfamous/
|
|
17
|
+
[](https://github.com/neverinfamous/postgresql-mcp/blob/master/SECURITY.md)
|
|
18
18
|

|
|
19
|
-
[](https://github.com/neverinfamous/
|
|
20
|
-
[](https://github.com/neverinfamous/
|
|
21
|
-
[](https://github.com/neverinfamous/
|
|
19
|
+
[](https://github.com/neverinfamous/postgresql-mcp)
|
|
20
|
+
[](https://github.com/neverinfamous/postgresql-mcp)
|
|
21
|
+
[](https://github.com/neverinfamous/postgresql-mcp)
|
|
22
|
+
|
|
23
|
+
**[Docker Hub](https://hub.docker.com/r/writenotenow/postgres-mcp)** • **[npm Package](https://www.npmjs.com/package/@neverinfamous/postgres-mcp)** • **[MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.neverinfamous/postgres-mcp)**
|
|
22
24
|
|
|
23
25
|
## 🚀 Quick Start
|
|
24
26
|
|
|
@@ -31,7 +33,7 @@
|
|
|
31
33
|
### Installation
|
|
32
34
|
|
|
33
35
|
```bash
|
|
34
|
-
git clone https://github.com/neverinfamous/
|
|
36
|
+
git clone https://github.com/neverinfamous/postgresql-mcp.git
|
|
35
37
|
cd postgres-mcp
|
|
36
38
|
npm install
|
|
37
39
|
npm run build
|
|
@@ -44,7 +46,7 @@ node dist/cli.js --transport stdio --postgres postgres://user:password@localhost
|
|
|
44
46
|
|
|
45
47
|
```bash
|
|
46
48
|
# Clone and install
|
|
47
|
-
git clone https://github.com/neverinfamous/
|
|
49
|
+
git clone https://github.com/neverinfamous/postgresql-mcp.git
|
|
48
50
|
cd postgres-mcp
|
|
49
51
|
npm install
|
|
50
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neverinfamous/postgres-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"mcpName": "io.github.neverinfamous/postgres-mcp",
|
|
4
5
|
"description": "PostgreSQL MCP server with connection pooling, tool filtering, and full extension support",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/index.js",
|
|
@@ -34,12 +35,12 @@
|
|
|
34
35
|
"license": "MIT",
|
|
35
36
|
"repository": {
|
|
36
37
|
"type": "git",
|
|
37
|
-
"url": "git+https://github.com/neverinfamous/
|
|
38
|
+
"url": "git+https://github.com/neverinfamous/postgresql-mcp.git"
|
|
38
39
|
},
|
|
39
40
|
"bugs": {
|
|
40
|
-
"url": "https://github.com/neverinfamous/
|
|
41
|
+
"url": "https://github.com/neverinfamous/postgresql-mcp/issues"
|
|
41
42
|
},
|
|
42
|
-
"homepage": "https://github.com/neverinfamous/
|
|
43
|
+
"homepage": "https://github.com/neverinfamous/postgresql-mcp#readme",
|
|
43
44
|
"engines": {
|
|
44
45
|
"node": ">=24.0.0"
|
|
45
46
|
},
|