pgmoneta MCP is the official pgmoneta MCP server built for pgmoneta, a backup / restore solution for PostgreSQL.
For now, this server allows you to query the backup info using natural langue with your MCP client.
pgmoneta MCP is built upon rmcp. It uses SCRAM-SHA-256 to authenticate with pgmoneta server. We also provide an admin tool pgmoneta-mcp-amdin to help you manage users.
To build the project, run cargo build inside project's root directory. Alternatively, run cargo install . to build
and install the project.
Two binaries pgmoneta-mcp-server and pgmoneta-mcp-admin will be built.