Node.js-based Postgres Model Context Protocol (MCP) worker application. Current stable version is 1.0.7. Release cadence is not specified. Key differentiator: it serves as a Postgres MCP worker running in Streamable HTTP mode, enabling AI agents to interact with PostgreSQL databases via the MCP protocol. It is published on npm for easy integration.
npm install postgres-mcp-runnerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install dependencies, build the project, and run the Postgres MCP worker locally.
Ensure you are using the correct package and check the README.
Monitor changelog for updates.
Use 'node main.js' instead of 'node index.js'.
Set POSTGRES_HOST, POSTGRES_PORT, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB.
Use nvm to switch to Node 18+.
Watch for updates in the README.
Run 'npm install postgres-mcp-runner'.
Set PORT environment variable to a different port, e.g., PORT=3001 node main.js.
Use 'import postgresMcpRunner from "postgres-mcp-runner"' or enable ESM in package.json.
Verify PostgreSQL is running and environment variables are set correctly.
No dependency data recorded yet.