Datalog Studio MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Datalog Studio MCP ServerShow me the schema for the users table in the Analytics project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Catalog MCP Extension
Professional MCP server for integrating Catalog tasks into the Gemini CLI. Manage data catalogs, collections, and master data using natural language.
Features
Catalog Discovery: List and find data catalogs within your workspace.
Master Data Management: Explore collections, attributes, and AI prompt templates.
Data Asset Control: List uploaded documents and analyze data structures.
Data Ingestion: Direct data ingestion with automated AI transformation.
Related MCP server: Laminar MCP Server
Quick Start
1. Prerequisites
Node.js (v18+) and npm installed.
2. Installation
Install the extension and its dependencies:
npm run install-deps
npm run build
gemini extensions install .3. Configuration
The extension requires a DATALOG_API_KEY. By default, it connects to https://studio.igot.ai/v1/catalog.
For custom enterprise installations, you can configure the endpoint using:
DATALOG_API: The domain endpoint (e.g.,https://enterprise.com).CATALOG_URI: The API path suffix (e.g.,/v1/catalog).
Development
Use the provided scripts for a professional development workflow:
npm run dev: Start MCP server in watch mode.npm run lint: Run ESLint to find and fix issues.npm run format: Format code with Prettier.npm run typecheck: Run TypeScript type checking.npm run preflight: Run a full cleanup, install, lint, and build cycle.
Tools Summary
list_catalogs(): List all accessible data catalogs.list_collections(catalog_id): List collections in a specific catalog.list_attributes(catalog_name, collection_name): View collection schema and attributes.list_data_assets(catalog_name, collection_name): List uploaded files within a collection.ingest_data(catalog_name, collection_name, text, transform?): Ingest master data into a collection.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with DBT (Data Build Tool) projects, allowing them to query project metadata, inspect models and sources, view compiled SQL, and run DBT commands.Last updated1414MIT
- Flicense-quality-maintenanceIntegrates Laminar workspaces with AI editors to manage workflows, steps, and configuration stores. It allows users to execute, monitor, and debug workflow executions through natural language commands.Last updated3081
- Alicense-qualityDmaintenanceEnables AI systems to manage Verodat accounts, workspaces, and datasets, including creating datasets, querying data, and executing AI-powered queries through natural language.Last updated14Apache 2.0
- Alicense-qualityBmaintenanceAccess your Databricks workspace through Claude and other LLMs. Query Unity Catalog tables, inspect jobs, and retrieve detailed metadata.Last updated7MIT
Related MCP Connectors
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Securely search and manage workspace context files for AI agents and teams.
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/igot-ai/datalog-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server