Skip to main content
Glama
zaboura

Vertica MCP Server

by zaboura

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERTICA_SSLNoWhether to use SSL for the database connection.false
VERTICA_HOSTYesThe hostname or IP address of the Vertica database server.
VERTICA_PORTYesThe port number the Vertica database server is listening on.5433
VERTICA_USERYesThe username for database authentication.
VERTICA_DATABASEYesThe name of the database to connect to.
VERTICA_PASSWORDYesThe password for database authentication.
VERTICA_CACHE_TTLNoCache Time-To-Live in seconds.300
VERTICA_LAZY_INITNoIf set to 1, delays database connection until the first use.1
VERTICA_RATE_LIMITNoMaximum requests per minute.60
ALLOW_DDL_OPERATIONNoGlobal permission to allow DDL operations (e.g., CREATE, DROP).false
VERTICA_MAX_RETRIESNoMaximum number of retry attempts for failed queries.3
VERTICA_RETRY_DELAYNoBase delay for retries in seconds.0.1
VERTICA_MAX_RESULT_MBNoMaximum result size in Megabytes.100
VERTICA_QUERY_TIMEOUTNoQuery timeout in seconds.600
ALLOW_DELETE_OPERATIONNoGlobal permission to allow DELETE operations.false
ALLOW_INSERT_OPERATIONNoGlobal permission to allow INSERT operations.false
ALLOW_UPDATE_OPERATIONNoGlobal permission to allow UPDATE operations.false
SCHEMA_DDL_PERMISSIONSNoSchema-specific DDL permissions (e.g., staging:false,production:false).
VERTICA_CONNECTION_LIMITNoMaximum number of connections in the connection pool.10
SCHEMA_DELETE_PERMISSIONSNoSchema-specific delete permissions (e.g., staging:false,production:false).
SCHEMA_INSERT_PERMISSIONSNoSchema-specific insert permissions (e.g., staging:true,production:false).
SCHEMA_UPDATE_PERMISSIONSNoSchema-specific update permissions (e.g., staging:true,production:false).
VERTICA_HEALTH_CHECK_INTERVALNoInterval between health checks in seconds.60
VERTICA_SSL_REJECT_UNAUTHORIZEDNoWhether to reject unauthorized SSL certificates.true

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/zaboura/vertica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server