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.
संबंधित सर्वर
Dremio
Integrate Large Language Models (LLMs) with Dremio, a data lakehouse platform.
SQL Server
Enables AI assistants to access and query SQL Server databases.
CData Active Directory
MCP Server for Microsoft Active Directory, powered by CData.
OpenGov MCP Server
Access Socrata Open Data APIs from government data portals.
Apple Health MCP
Query Apple Health data using natural language and SQL.
Supabase Next.js Server
A simple notes system for Next.js applications using Supabase as the backend.
Redshift Utils MCP Server
Perform database actions on Amazon Redshift via its Data API.
VikingDB
A server for storing and searching data in a VikingDB instance, configurable via command line or environment variables.
MySQL MCP Server
Enables secure interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.
Multi Database MCP Server
An MCP server that provides AI assistants with structured access to multiple databases simultaneously.