HomeDatabases & Data › DataLink

DataLink

MCP server for secure database access (PostgreSQL, MySQL, SQLite)

TypeScript Local
★ 4 stars Last pushed 2026-09-23 License: MIT

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_URL required 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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry