Agentโ™ฅ๏ธŽAge
Catalog

io.github.renanlido/custom-mcp-database

Official

by renanlido ยท Python

Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.

io.github.renanlido/custom-mcp-database MCP Server

This MCP server enables AI agents to run alias-based queries against PostgreSQL, MySQL, MongoDB, and Oracle. It avoids exposing credentials to the model by storing connection details locally and having the agent reference connections only by alias. It runs via stdio and is compatible with multiple MCP clients.

๐Ÿ› ๏ธ Key Features

  • Alias-based queries for PostgreSQL, MySQL, MongoDB, and Oracle
  • Credentials not exposed to the model
  • Connections configured once and stored locally
  • MCP stdio launch for broad client compatibility

๐Ÿš€ Use Cases

  • Performing database queries through an MCP client using connection aliases
  • Using one server across different database backends without credential disclosure

โšก Developer Benefits

  • Centralized local connection configuration
  • Consistent alias-based connection references across MCP clients

โš ๏ธ Limitations

  • No information provided on supported SQL dialect features or query/permission granularity beyond alias-based access