← Back to Plugins
MCP Server MCP

DataLink

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @pilat/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pilat/mcp-datalink",
      "version": "1.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Database connection URL. Pattern: DATALINK_<NAME>_URL where <NAME> identifies the database. Supports postgresql://, mysql://, or file path for SQLite.",
          "isRequired": true,
          "isSecret": true,
          "name": "DATALINK_ANALYTICS_URL"
        },
        {
          "description": "Set to 'true' for read-only access. Pattern: DATALINK_<NAME>_READONLY",
          "name": "DATALINK_ANALYTICS_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...