Skip to main content
Glama
Nam088

Multi-Database MCP Server

by Nam088
package.json884 B
{ "name": "@nam088/mcp-postgres", "version": "0.2.1", "description": "PostgreSQL plugin for MCP server", "type": "module", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "bin": { "mcp-postgres": "dist/bin/server.js" }, "exports": { ".": { "import": "./dist/src/index.js", "types": "./dist/src/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "plugin", "postgres", "postgresql" ], "author": "nam088", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.21.1", "@nam088/mcp-core": "^0.2.9", "pg": "^8.13.1", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^24.10.0", "@types/pg": "^8.11.10", "typescript": "^5.9.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nam088/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server