mcpbeat Sign in

A2db MCP Server

local only

A2db runs on your own machine — the client starts it, so there is no endpoint to ping. 102 installs a week from pypi. Last commit 13 Apr 2026.

Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot.

Installs per day peak 168 · avg 34 · -16% w/w
a month agotoday
102
Installs / week
pypi · a2db
2
Stars
0 open issues
13 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check A2db every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add a2db -- uvx a2db
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "a2db": {
      "args": [
        "a2db"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.a2db]
command = "uvx"
args = ["a2db"]
.cursor/mcp.json
{
  "mcpServers": {
    "a2db": {
      "args": [
        "a2db"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "a2db": {
      "args": [
        "a2db"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to A2db

same job, measured the same way
Quarry
by wangggym

Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default.

166 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

27 installs/wk local only
QueryBear
by spencerpauly

Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls.

answering
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
valv
by valv

Let coding agents query any SQL database safely. Read-only by default and scoped by your policies.

68 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

27 installs/wk local only

A2db — questions

Answers built from our own checks of this server.

Why is there no uptime for A2db?
A2db runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package a2db was installed 102 times last week.
How do I connect A2db?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls a2db straight from pypi; nothing to host, nothing to sign up for.
How many people use A2db?
The pypi package a2db was installed 102 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is A2db open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.