pilat/mcp-datalink
MCP server for secure database access (PostgreSQL, MySQL, SQLite) with parameterized queries and schema inspection
Quick Start
Clone the repository:
git clone https://github.com/pilat/mcp-datalinkClaude Desktop configuration example:
{
"mcpServers": {
"mcp-datalink": {
"command": "npx",
"args": [
"-y",
"pilat/mcp-datalink"
]
}
}
}Check the repository README for specific installation and configuration instructions.