Fastmcp Sqltools runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from pypi. Last commit 6 Jan 2026.
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fastmcp-sqltools -- uvx fastmcp-sqltools
{
"mcpServers": {
"fastmcp-sqltools": {
"args": [
"fastmcp-sqltools"
],
"command": "uvx"
}
}
}
[mcp_servers.fastmcp-sqltools]
command = "uvx"
args = ["fastmcp-sqltools"]
{
"mcpServers": {
"fastmcp-sqltools": {
"args": [
"fastmcp-sqltools"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fastmcp-sqltools": {
"args": [
"fastmcp-sqltools"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.