mcp_server_template

mcp_server_template

0

The project is a Model Context Protocol server that facilitates read-only access to PostgreSQL databases, allowing large language models to inspect database schemas and execute read-only queries. It provides schema details and is licensed under the MIT License.

PostgreSQL

A Model Context Protocol server that provides read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

Components

Tools

  • Execute read-only SQL queries against the connected database within a READ ONLY transaction.

Resources

  • Provides schema information for each table in the database, including column names and data types.