Skip to content
Cursor

Bollard MCP for Cursor

io.github.imdeepaksingh/bollard-mcp

An AI-powered, safe database access gateway built on the Model Context Protocol (MCP).

client:Cursor transport:stdio runtime:pypi

Install Bollard MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bollard-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bollard-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bollard MCP in other clients