jchristn/Tablix
Tablix is an MCP frontend for your databases, allowing you to define context useful to agents and providing them a facility to query and interact with your data.
Platform-specific configuration:
{
"mcpServers": {
"Tablix": {
"command": "npx",
"args": [
"-y",
"Tablix"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <b>v0.1.0 - ALPHA</b> - API and structure may change without notice </p>
<p align="center"> <b>Authors:</b> <a href="https://github.com/jchristn">@jchristn</a> <a href="https://github.com/rawingate">@rawingate</a> </p>
Tablix is a database discovery and query platform that connects your databases to AI agents and humans through REST and MCP interfaces.
Tablix sits between your databases and your tools. It crawls database schemas — discovering tables, columns, primary keys, foreign keys, and indexes — and exposes that metadata alongside query execution through a REST API and an MCP server. A built-in dashboard provides a browser-based UI for the same operations.
Supported databases: SQLite, PostgreSQL, MySQL, SQL Server.
SELECT, INSERT, UPDATE, DELETE, etc.). Tablix validates every query before execution.tablix.jsonLoading reviews...