MCP server for database access (PostgreSQL + ClickHouse)
Explicit runtime MCP server capability can execute INSERT, UPDATE, DELETE, DDL, and transactions against user-configured databases. Its optional HTTP transport may be network-reachable if configured with a non-loopback host and no bearer token.
package.json has a prepare hook invoking lefthook install.
package.jsonView on unpkgdist/tools/registry.js exposes execute and transaction MCP tools for write SQL.
dist/tools/registry.jsView on unpkgdist/connectors/postgresql.js executes supplied write SQL and transactions.
dist/connectors/postgresql.jsView on unpkgdist/transport/http.js can expose MCP on a configured non-loopback host without required auth.
dist/transport/http.jsView on unpkgpackage.json has a prepare hook invoking lefthook install.
package.jsonView on unpkgdist/tools/registry.js exposes execute and transaction MCP tools for write SQL.
dist/tools/registry.jsView on unpkgdist/connectors/postgresql.js executes supplied write SQL and transactions.
dist/connectors/postgresql.jsView on unpkgdist/transport/http.js can expose MCP on a configured non-loopback host without required auth.
dist/transport/http.jsView on unpkg