Server data from the Official MCP Registry
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Tablebridge is a well-designed MCP server with strong security fundamentals. The codebase demonstrates excellent defensive practices: SQL queries are validated to reject writes and file-access functions, data is materialized into memory with external filesystem access disabled, and configuration is environment-driven with no hardcoded secrets. Minor code quality issues (broad exception handling, lack of input type validation on tool parameters) are present but do not pose meaningful security risks given the server's read-only design. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TABLEBRIDGE_DATA_DIR
Environment variable: TABLEBRIDGE_MAX_ROWS
Environment variable: TABLEBRIDGE_RECURSIVE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-michael-whitecapdata-tablebridge-mcp": {
"env": {
"TABLEBRIDGE_DATA_DIR": "your-tablebridge-data-dir-here",
"TABLEBRIDGE_MAX_ROWS": "your-tablebridge-max-rows-here",
"TABLEBRIDGE_RECURSIVE": "your-tablebridge-recursive-here"
},
"args": [
"tablebridge"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.