MCP Servers / database / Go MCP Postgres

Go MCP Postgres

JSON →
stdionone6database

A standalone MCP server for interacting with PostgreSQL databases. It supports CRUD operations, a read-only mode, and query plan checking.

Install
How to run this server

No install command recorded.

server path: go-mcp-postgres
Tools
What this server exposes
query
Execute a read-only SQL query against the connected PostgreSQL database
execute
Execute a SQL statement that modifies data (INSERT, UPDATE, DELETE, DDL)
list_tables
List all tables in the connected PostgreSQL database
describe_table
Get schema information for a specific table
Configuration
Environment & auth
authnone
Resources
Go MCP Postgres — MCP Server · libregistry