Verodat MCP Server
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Verodat MCP Server
Overview
A Model Context Protocol (MCP) server implementation for Verodat, enabling seamless integration of Verodat's data management capabilities with AI systems like Claude Desktop.
Features
- Account & Workspace Management
- List accessible accounts
- Browse workspaces within accounts
- Dataset Operations
- Create datasets with custom schemas and validation
- Query and filter datasets
- Retrieve dataset records
- AI Integration
- Fetch workspace context for AI processing
- Execute AI-powered queries on datasets
Prerequisites
- Node.js (v18 or higher)
- Git
- Claude Desktop (for Claude integration)
- Verodat account and AI API key
Quick Start
Installing via Smithery
To install Verodat MCP Server for Claude Desktop automatically via Smithery:
Manual Installation
- Clone the repository:Copy
- Install dependencies and build:Copy
- Configure Claude Desktop:Create or modify the config file:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
Add the following configuration:
Copy - MacOS:
Getting Started with Verodat
- Sign up for a Verodat account at verodat.com
- Generate an AI API key from your Verodat dashboard
- Add the API key to your Claude Desktop configuration
Available Commands
The server provides the following MCP commands:
Debugging
The MCP server communicates over stdio, which can make debugging challenging. We provide an MCP Inspector tool to help:
This will provide a URL to access debugging tools in your browser.
Contributing
We welcome contributions! Please feel free to submit a Pull Request.
License
LICENSE file for details
Support
- Documentation: Verodat Docs
- Issues: GitHub Issues
- Community: Verodat Community
This server cannot be installed
An MCP server that integrates Verodat's data management capabilities with AI systems like Claude Desktop, enabling users to manage accounts, workspaces, and datasets, as well as perform AI-powered queries on their data.
- Overview
- Features
- Prerequisites
- Quick Start
- Getting Started with Verodat
- Available Commands
- Debugging
- Contributing
- License
- Support