Serversio.github.pilat/mcp-datalink
D

DataLink

io.github.pilat/mcp-datalink · v1.2.4
▦ npm
v1.2.4npm npm: @pilat/mcp-datalink↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pilat/mcp-datalink",
  "description": "MCP server for secure database access (PostgreSQL, MySQL, SQLite)",
  "title": "DataLink",
  "repository": {
    "url": "https://github.com/pilat/mcp-datalink",
    "source": "github"
  },
  "version": "1.2.4",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/pilat/mcp-datalink/main/logo.png"
    }
  ],
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}