Skip to main content
Glama

Vertica MCP Server

pyproject.toml1.18 kB
[project] name = "vertica-mcp-server" version = "0.1.0" description = "Vertica Database MCP Server for GitHub Copilot Agent Mode" readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.0.0", "vertica-python>=1.3.0", "pydantic>=2.0.0", ] [project.scripts] vertica-mcp-server = "vertica_mcp_server.server:main" [dependency-groups] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "isort>=5.12.0", "mypy>=1.5.0", "flake8>=6.0.0", ] test = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.0.0", "pytest-mock>=3.10.0", ] [tool.black] line-length = 100 target-version = ['py311'] [tool.isort] profile = "black" line_length = 100 [tool.mypy] python_version = "3.11" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true check_untyped_defs = true disallow_untyped_decorators = true no_implicit_optional = true warn_redundant_casts = true warn_unused_ignores = true warn_no_return = true warn_unreachable = true strict_equality = true [[tool.mypy.overrides]] module = [ "vertica_python.*", ] ignore_missing_imports = true

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