Bollard MCP for VS Code
io.github.imdeepaksingh/bollard-mcp
An AI-powered, safe database access gateway built on the Model Context Protocol (MCP).
client:VS Code
transport:stdio
runtime:pypi
Install Bollard MCP in VS Code
.vscode/mcp.json
{
"servers": {
"bollard-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bollard-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs