MCP Server
MCP
DataLink
MCP server for secure database access (PostgreSQL, MySQL, SQLite)
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
By
Comments
Sign in to leave a comment