Databases
Trust: 39/100 (Limited)DataLink Guide
MCP server for secure database access (PostgreSQL, MySQL, SQLite)
by pilat
Quick Start
Install
npx @pilat/mcp-datalinkClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-pilat-mcp-datalink": {
"command": "npx",
"args": [
"@pilat/mcp-datalink"
]
}
}
}