π§
Vertica Database Connector
π§MCP Servernolleh/mcp-vertica
What it does
Enable seamless interaction with Vertica databases by executing SQL queries, managing schema details, and handling large data streams efficiently. Manage database connections securely with support for SSL/TLS and fine-grained operation permissions. Streamline database operations and schema inspections directly from your MCP client.
remotehosted
Installation
npxRun with npx
npx -y @smithery/cli install @nolleh/mcp-vertica --client claudeDockerRun with Docker
docker run -e DEBUG=3 -e VERTICA_HOST=localhost ... nolleh/mcp-vertica:latestuvxRun with uvx (Python)
uvx mcp-verticaServer ConfigurationMCP server configuration block
{
"mcpServers": {
"vertica": {
"command": "uvx",
"args": ["mcp...π Extracted from nolleh/mcp-vertica README
3
AddedJan 26, 2026