MCP server for secure database access (PostgreSQL, MySQL, SQLite)
{
"mcpServers": {
"datalink": {
"env": {
"DATALINK_CACHE_URL": "sqlite:///path/to/cache.db",
"DATALINK_ANALYTICS_URL": "postgresql://user:password@localhost:5432/analytics",
"DATALINK_INVENTORY_URL": "mysql://user:password@localhost:3306/inventory",
"DATALINK_ANALYTICS_READONLY": "true"
},
"args": [
"-y",
"@pilat/mcp-datalink"
],
"command": "npx"
}
}
}MCP server for secure database access (PostgreSQL, MySQL, SQLite)
Is it safe?
No known CVEs for @pilat/mcp-datalink.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago. 1 stars. 11 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
6 tools. ~200 tokens (0.1% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @pilat/mcp-datalink 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
list_databasesList configured database connections
list_tablesList tables with row counts
describe_tableGet schema, indexes, foreign keys
queryRun SELECT queries
executeRun INSERT/UPDATE/DELETE
explainShow query execution plans
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 2h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.