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.
相关服务器
TiDB
An MCP server for TiDB, a serverless, distributed SQL database.
Memory Custom : PouchDB
Extends the Memory server with PouchDB for robust document-based storage, custom memory file paths, and interaction timestamping.
BigQuery
Access Google BigQuery to understand dataset structures and execute SQL queries.
UniProt MCP Server
Access UniProt protein information, including function and sequence data.
Go MCP Postgres
A standalone MCP server for interacting with PostgreSQL databases. It supports CRUD operations, a read-only mode, and query plan checking.
FHIR MCP Server by CData
A read-only MCP server for FHIR, enabling LLMs to query live FHIR data. Requires the CData JDBC Driver for FHIR.
MySQL Schema MCP Server
A server for retrieving MySQL database schema information using the FastMCP framework.
Database
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
MCP KQL Server
Execute KQL queries using Azure authentication. Requires Azure CLI login.
AKShare One
Access Chinese stock market data, including historical prices, real-time quotes, news, and financial statements.