Skip to main content
Glama

MCP Vertica

by p2k3m
Apache 2.0
  • Apple
  • Linux
smithery.yaml1.04 kB
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: stdio commandFunction: |- (config) => { const args = ["--transport", "stdio"]; if (config.envFile) args.push(`--env-file=${config.envFile}`); if (config.readOnly === true) args.push("--read-only"); if (config.readOnly === false) args.push("--no-read-only"); if (config.verbose) args.push("-v".repeat(config.verbose)); return { command: "mcp-vertica", args, env: {} }; } configSchema: type: object properties: envFile: type: string description: Optional path to a .env file with Vertica credentials readOnly: type: boolean default: true description: Force read-only mode for demo connections verbose: type: integer minimum: 0 maximum: 2 default: 0 description: Verbosity level (-v/-vv) exampleConfig: envFile: .env readOnly: true verbose: 0

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/p2k3m/vertica'

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