Home › Databases & Data › DataLink
DataLink
MCP server for secure database access (PostgreSQL, MySQL, SQLite)
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.2.4)
npx -y @pilat/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-datalink": {
"command": "npx",
"args": [
"-y",
"@pilat/[email protected]"
],
"env": {
"DATALINK_ANALYTICS_URL": "<YOUR_VALUE>",
"DATALINK_ANALYTICS_READONLY": "<YOUR_VALUE>"
}
}
}
}
DATALINK_ANALYTICS_URLrequired secret — Database connection URL. Pattern: DATALINK_<NAME>_URL where <NAME> identifies the database. Supports postgresql://, mysql://, or file path for SQLite.DATALINK_ANALYTICS_READONLY— Set to 'true' for read-only access. Pattern: DATALINK_<NAME>_READONLY
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry