PluginBench
MCP Server
Maintained
Apache-2.0

io.github.agentic-eng/a2db MCP Server

io.github.agentic-eng/a2db

What is the io.github.agentic-eng/a2db MCP server?

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

How to install io.github.agentic-eng/a2db

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "a2db": {
      "command": "uvx",
      "args": [
        "a2db"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "a2db": {
      "command": "uvx",
      "args": [
        "a2db"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "a2db": {
      "command": "uvx",
      "args": [
        "a2db"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "a2db": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "a2db"
      ]
    }
  }
}
Claude Code
claude mcp add a2db -- uvx a2db

Related MCP servers

Jira & Confluence for AI agents. Pre-configured connections, compact output.

0
Python
View repository →