An MCP server for agentic integration with the VAST Database and Catalog.
Overview
What is VAST DB MCP Server?
VAST DB MCP Server is a Model Context Protocol (MCP) server that serves as an interface between AI agents and the VAST Data database, allowing for secure and structured queries.
How to use VAST DB MCP Server?
To use the server, clone the repository, set up your environment with the necessary VAST DB credentials, and run the server using the provided script.
Key features of VAST DB MCP Server?
- Secure authentication using access and secret keys.
- Rate limiting based on client IP address.
- Support for various resources like database schema, table metadata, and sample data.
- SQL query execution tool for interacting with the VAST DB.
Use cases of VAST DB MCP Server?
- Integrating AI agents with VAST Data for data retrieval.
- Executing read-only queries against a VAST DB instance.
- Providing structured access to database schemas and metadata.
FAQ from VAST DB MCP Server?
- What programming language is used?
The server is implemented in Python (>=3.9).
- How do I set up the server?
Clone the repository, configure your environment, and run the server script.
- Is there rate limiting?
Yes, the server implements rate limiting based on client IP.