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.
관련 서버
Bauplan
Interact with Bauplan data tables and run queries.
RudderStack
Customer data pipeline inspection, debugging, and configuration changes from tools like Claude Desktop and Cursor
Strapi MCP
An MCP server for Strapi CMS, providing access to content types and entries through the MCP protocol.
SurveyMonkey by CData
A read-only MCP server for querying live SurveyMonkey data, powered by CData.
Hebbian Mind Enterprise
MCP memory server with Hebbian learning — concept connections strengthen through co-activation and weaken through disuse.
Milvus
Search, Query and interact with data in your Milvus Vector Database.
RBDC MCP Server
An MCP-based database server with support for SQLite, MySQL, PostgreSQL, and MSSQL.
Memory
Knowledge graph-based persistent memory system
Pinterest by CData
A read-only MCP server for querying live Pinterest data, powered by the CData JDBC Driver.
GraphDB
Provides read-only access to an Ontotext GraphDB repository.