PostgreSQL
Provides read-only access to PostgreSQL databases, allowing LLMs to inspect schemas and execute queries.
K_YH mcp-db-server
Introduction
This package is purely experimental and just for fun!
Do not use this code in production or with any critical databases.
This implementation grants full control over the database to the agent. Therefore, it is strongly discouraged to use shared or sensitive databases.
References
This implementation is based on the mcp/postgres Docker image.
Usage
npx @k_yh/mcp-db-server <your-postgresql-url>
For example:
npx @k_yh/mcp-db-server 'postgresql://user:[email protected]:5432/my-db'
To use this with an agent like Claude desktop or Cursor, configure it like so:
{
"mcpServers": {
"my-db-server": {
"command": "npx",
"args": [
"-y",
"@k_yh/mcp-db-server",
"postgresql://user:password@localhost:5432/my-db"
]
}
}
}
You can manipulate the database through the agent using your prompt.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
MCP Postgres Query Server
An MCP server for querying a PostgreSQL database in read-only mode.
MOTE Registry
Search the MOTE AI agent registry to discover machine-readable businesses by category, location, and keyword
AWS Athena MCP Server
An MCP server for querying and interacting with AWS Athena.
CData Oracle SCM
A read-only MCP server for querying live Oracle SCM data, powered by the CData JDBC Driver.
Chronos
Interact with the Stellar blockchain to manage wallets, list tokens, query balances, and transfer funds.
CData Salesforce Data Cloud
A read-only MCP server for Salesforce Data Cloud, powered by CData.
PostgreSQL MCP Server by CData
A read-only MCP server for PostgreSQL, enabling LLMs to query live data from PostgreSQL databases.
Milvus
Search, Query and interact with data in your Milvus Vector Database.
Node MSSQL
A server for interacting with Microsoft SQL Server databases using the node-mssql library.
Stellar MCP
Interact with the Stellar blockchain, manage accounts, and execute smart contracts on Stellar Classic and Soroban.