{"type":"mcp_server","name":"verodat-mcp-server","description":"The Verodat MCP Server repository provides a Model Context Protocol implementation for integrating Verodat's data management with AI systems like Claude Desktop, enabling account, workspace, and dataset operations.","category":"AI","language":"TypeScript","stars":3,"forks":0,"owner":"Verodat","github_url":"https://github.com/Verodat/verodat-mcp-server","homepage":null,"setup":"## Setup\n\n**Installing via Smithery:**\n\nTo install Verodat MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@Verodat/verodat-mcp-server):\n\n```bash\nnpx -y @smithery/cli install @Verodat/verodat-mcp-server --client claude\n```\n\n**Manual Installation:**\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Verodat/verodat-mcp-server.git\n   cd verodat-mcp-server\n   ```\n\n2. Install dependencies and build:\n   ```bash\n   npm install\n   npm run build\n   ```\n\n3. Configure Claude Desktop:\n\n   Create or modify the config file:\n   - MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n   - Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n   Add the following configuration:\n   ```json\n   {\n       \"mcpServers\": {\n           \"verodat\": {\n               \"command\": \"node\",\n               \"args\": [\"path/to/verodat-mcp-server/build/src/index.js\"],\n               \"env\": {\n                   \"VERODAT_AI_API_KEY\": \"your-verodat-ai-api-key\"\n               }\n           }\n       }\n   }\n   ```\n\n**Getting Started with Verodat:**\n\n1. Sign up for a Verodat account at [verodat.com](https://verodat.com)\n2. Generate an AI API key from your Verodat dashboard\n3. Add the API key to your Claude Desktop configuration","tools":"## Available Tools\n\n1. Account & Workspace Management (List accessible accounts and browse workspaces within accounts).\n2. Dataset Operations (Create, query, filter, and retrieve dataset records).\n3. AI Integration (Fetch workspace context for AI processing and execute AI-powered queries on datasets).\n4. MCP commands (Provides commands for account, workspace, dataset, and AI operations).\n5. MCP Inspector tool (Provides debugging tools via a browser URL).","faq":null,"created_at":"2025-01-30T13:15:33+00:00","updated_at":"2025-03-27T07:14:48+00:00","source_url":"https://model-context-protocol.com/servers/verodat-mcp-server-model-context-protocol","related_articles":[]}