Bollard MCP
OfficialProvides safe query execution, schema discovery, intent validation, and session memory for MariaDB databases.
Provides safe query execution, schema discovery, intent validation, and session memory for MongoDB databases (planned Phase 2).
Provides safe query execution, schema discovery, intent validation, and session memory for MySQL databases.
Provides safe query execution, schema discovery, intent validation, and session memory for PostgreSQL databases.
Provides safe query execution, schema discovery, intent validation, and session memory for SQLite databases.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bollard MCPShow all tables in my PostgreSQL database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bollard MCP
An AI-powered, safe database access layer built on the Model Context Protocol.
Bollard acts as an intelligent execution layer between AI code editors (Cursor, VS Code, Claude Desktop) and your databases — providing safe query execution, schema discovery, semantic intent validation, and persistent session memory.
Quick Start
pip install bollard-mcpAdd to .cursor/mcp.json:
{
"mcpServers": {
"bollard": {
"command": "bollard-mcp"
}
}
}Then in Cursor chat:
Connect to my database: postgresql://user:pass@localhost/mydb
Show me all tables
Find users who signed up last week but haven't placed an orderRelated MCP server: Polyglot DB MCP
Supported Databases
PostgreSQL (primary)
MySQL / MariaDB
SQLite
MS SQL Server
Oracle
MongoDB (Phase 2)
Key Features
Safe by default — read-only mode, auto-LIMIT, WHERE enforcement, destructive operation blocking
Intent validation — detects soft-delete blind spots, status ambiguity, missing tenant scope
Session memory — schema cache, query history, user corrections persisted across restarts
OS Keyring — credentials stored in system native vault (macOS Keychain, Windows Credential Manager, Linux Secret Service)
No built-in LLM — editor AI handles reasoning; Bollard handles safe execution
Documentation
See docs/ for setup guides, permission profiles, and safety configuration.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bollard-db/Bollard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server