mcpbeat Sign in

MCP Toolbox for Databases MCP Server

local only

MCP Toolbox for Databases runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

MCP Toolbox for Databases enables your agent to connect to your database.

Installs / week
not published
16446
Stars
144 open issues
18 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

description: Execute read-write SQL statements that modify the database (DML), such as INSERT, UPDATE, DELETE, or table alterations. Do not use this tool for standard data queries or SELECT statements. Please use the ${SPANNER_DIALECT:googlesql} interface for Spanner.
Runs an external command npm/server/bin/run.js:40
        execSync(`xattr -d com.apple.quarantine "${binPath}"`, { stdio: 'ignore' });
  binPath = path.join(pkgDir, 'bin', binName);
Runs an external command pypi/src/toolbox_server/main.py:40
        result = subprocess.run([binary_path] + sys.argv[1:])
Touches key and credential files .ci/publish_npm_to_ar.sh:38
cat > "$HOME/.npmrc" <<EOF
    <script src="https://accounts.google.com/gsi/client" async defer></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to MCP Toolbox for Databases

same job, measured the same way
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only
Parallel Search MCP
by parallel

The best web search for your AI Agent

answering
Gemini Cloud Assist MCP
by googlecloudplatform

MCP Server for understanding, managing & troubleshooting your GCP environment.

66 installs/wk local only
App Publish
by mikusnuz

MCP server for App Store Connect & Google Play Console — iOS/Android app management

65 installs/wk local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
FeedNest
by lucaiaconelli

Your curated sources (RSS, YouTube, podcasts, Google News) as context for any AI agent. 26 tools.

answering
Google Chat MCP
by mmedum

Google Chat as MCP tools: read, search and write to your spaces, direct messages and sidebar.

local only

MCP Toolbox for Databases — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Toolbox for Databases?
MCP Toolbox for Databases runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is MCP Toolbox for Databases open source?
Yes — it is published under the Apache-2.0 licence, written in Go, 16 446 stars on GitHub and 144 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.