Skip to main content
Glama

Vertica MCP Server

docker-compose.yml578 B
version: '3.8' services: vertica-ce: image: vertica/vertica-ce:latest container_name: vertica-mcp-test environment: VERTICA_DB_NAME: testdb VERTICA_DB_USER: testuser VERTICA_DB_PASSWORD: TestUser123! ports: - "5433:5433" volumes: - vertica_data:/data - ./init-scripts:/docker-entrypoint-initdb.d restart: unless-stopped healthcheck: test: ["CMD", "/opt/vertica/bin/vsql", "-U", "testuser", "-d", "testdb", "-c", "SELECT 1"] interval: 30s timeout: 10s retries: 5 volumes: vertica_data:

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/smith-nathanh/vertica-mcp-server'

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