pgmoneta MCP is the official Model Context Protocol server built for pgmoneta, a backup / restore solution for PostgreSQL.
pgmoneta MCP is built upon rmcp.
It uses SCRAM-SHA-256 to authenticate with pgmoneta server.
User management is done with the administration tool called pgmoneta-mcp-admin.
Interactive tool execution is available through pgmoneta-mcp-client, while
pgmoneta-mcp-inspector provides a more structured inspection CLI.
pgmoneta MCP supports local installation of Open Source LLM models that can run without network access.
LLMs
Models
See doc/LOCAL_LLM.md for installation and configuration instructions.
pgmoneta requires
dnf install rust rust-analyzer rustfmt rust-src rust-std-static cargoThe following commands will install pgmoneta MCP in the /usr/local hierarchy.
git clone https://github.com/pgmoneta/pgmoneta_mcp.git
cd pgmoneta_mcp
cargo build --release
sudo cargo install --root /usr/local/The following commands will create a DEBUG version of pgmoneta MCP.
git clone https://github.com/pgmoneta/pgmoneta_mcp.git
cd pgmoneta_mcp
cargo build
cd target/debugContributions to pgmoneta are managed on GitHub.com
Contributions are most welcome !
Please, consult our Code of Conduct policies for interacting in our community.
Consider giving the project a star on GitHub if you find it useful. And, feel free to follow the project on X as well.