MCP Vertica
A Vertica MCP(model-context-protocol) Server
Important
If you have troubles to connect this mcp server, try to run uv cache clean
, and then retry.
Example: MCP Server Setting
Create or edit the file your mcp client config file with the following content:
UVX
Or with args
Docker
Note
- For boolean flags like
--ssl
or--ssl-reject-unauthorized
, simply add the flag (e.g.,"--ssl"
) to enable it, or omit it to disable. - For an empty password, use an empty string as shown above.
Features
Database Connection Management
- Connection pooling with configurable limits
- SSL/TLS support
- Automatic connection cleanup
- Connection timeout handling
Query Operations
- Execute SQL queries
- Stream large query results in batches
- Copy data operations
- Transaction management
Schema Management
- Table structure inspection
- Index management
- View management
- Constraint information
- Column details
Security Features
- Operation-level permissions (INSERT, UPDATE, DELETE, DDL)
- Schema-specific permissions
- SSL/TLS support
- Password masking in logs
Tools
Database Operations
execute_query
- Execute SQL queries
- Support for all SQL operations
stream_query
- Stream large query results in batches
- Configurable batch size
copy_data
- Bulk data loading using COPY command
- Efficient for large datasets
Schema Management
get_table_structure
- Get detailed table structure
- Column information
- Constraints
list_indexes
- List all indexes for a table
- Index type and uniqueness
- Column information
list_views
- List all views in a schema
- View definitions
Configuration
Environment Variables
Operation Permissions
Schema Permissions
Installation
Installing via Smithery
To install Vertica Database Connector for Claude Desktop automatically via Smithery:
Installing Manually
Open your favorite mcp client's config file, then configure with uvx mcp-vertica
Development
Appendix: For Testing, VerticaDB Docker Compose Example
Then run server by following instruction Example: Mcp Server Setting, Then see everything works as fine
License
This project is licensed under the MIT License - see the LICENSE file for details.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Un servidor de modelo-contexto-protocolo que proporciona ejecución de consultas SQL y capacidades de administración de bases de datos para bases de datos Vertica, con agrupación de conexiones, administración de esquemas y controles de seguridad.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables SQL query execution, database management, and business intelligence capabilities through MySQL connections.Last updated -JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables SQL operations (SELECT, INSERT, UPDATE, DELETE) and table management through a standardized interface with SQLite databases.Last updated -41JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.Last updated -1545TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides comprehensive access to Microsoft SQL Server databases, enabling Language Models to inspect schemas, execute queries, manage database objects, and perform advanced database operations.Last updated -6Python