ToolFront
Provides unified access to multiple database types including PostgreSQL, MySQL, SQLite, DuckDB, BigQuery, and Snowflake with tools for schema inspection, data sampling, read-only querying, and intelligent pattern matching across tables.
Featured
View Source290 stars
0 tools
Created Aug 2025
@kruskal-labs/kruskal-labs-toolfrontAbout
Provides unified access to multiple database types including PostgreSQL, MySQL, SQLite, DuckDB, BigQuery, and Snowflake with tools for schema inspection, data sampling, read-only querying, and intelligent pattern matching across tables.
Categories
general
Installation
npm
npm install @kruskal-labs/kruskal-labs-toolfront
Configuration
{
"mcpServers": {
"kruskal-labs-toolfront": {
"command": "npx",
"args": [
"-y",
"@kruskal-labs/kruskal-labs-toolfront"
]
}
}
}