Back to MCP Servers
Datalink
MCP server for secure database access (PostgreSQL, MySQL, SQLite) with parameterized queries and schema inspection
databasespostgresmysqlsqlite
By pilat
Installation
npx -y mcp-datalinkConfiguration
{
"mcpServers": {
"mcp-datalink": {
"command": "npx",
"args": ["-y", "mcp-datalink"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes