A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
mcp-name: io.github.atarkowska/fastmcp-sqltools A Model Context Protocol (MCP) server built with FastMCP that provides SQL database access with support for PostgreSQL, MySQL, and SQLite. listtables: List all tables in the database gettableschema: Get detailed schema information for a table including columns, types, constraints, and indexes executequery: Execute any SQL query (INSERT, UPDATE,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
mcp-name: io.github.atarkowska/fastmcp-sqltools A Model Context Protocol (MCP) server built with FastMCP that provides SQL database access with support for PostgreSQL, MySQL, and SQLite. listtables: List all tables in the database gettableschema: Get detailed schema information for a table including columns, types, constraints, and indexes executequery: Execute any SQL query (INSERT, UPDATE, DELETE, DDL, etc.) executesafequery: Execute read-only SELECT queries with additional safety checks…