Skip to content
Back to search
30
MCP

custom-mcp-database

pypi/custom-mcp-database

MCP server that lets AI agents run read/write queries against PostgreSQL, MySQL, MongoDB and Oracle through alias-based connections, without exposing credentials.

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

db-conn-mcp
A dead-simple, self-hosted MCP server for securely querying databases via AI agents.
0 tools
noquieono/mcp-postgres-server
MCP server for PostgreSQL — gives AI assistants safe, direct access to your database.
0 tools
io.github.renanlido/custom-mcp-database
Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
0 tools
adbpg-mcp-server
AnalyticDB PostgreSQL MCP Server serves as a universal interface between AI Agents and AnalyticDB PostgreSQL databases. It enables seamless
0 tools
da2-mcp-multi-db
A Multi-Database MCP Server - enables AI assistants to query and explore PostgreSQL and MySQL databases
0 tools
io.github.idle-sync/db-conn-mcp
A dead-simple, self-hosted MCP server for securely querying databases via AI agents.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "custom-mcp-database": {
      "url": "None",
      "transport": "http"
    }
  }
}