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.
Datalog Studio MCP Server
This MCP server allows you to integrate with the Datalog Studio REST API. It provides tools to explore projects, tables, columns, and assets, as well as tools to upload content.
Features
List Projects: Discover available projects in your workspace.
List Tables: View collections and data structures within a project.
List Columns: Understand the schema and AI prompt templates for each table.
List Assets: See uploaded documents and files.
Upload Content: Push plain text directly into a collection for AI processing.
Setup
Environment Variables
DATALOG_API_KEY: Your Datalog Studio API Key (e.g.,catalog_ak_...).
Installation
Integration with gemini-cli
Add the following to your MCP configuration (e.g., ~/.config/gemini-cli/mcp.json or similar):
Tools
list_projects()list_tables(project_id)list_columns(project_name, collection_name)list_assets(project_name, collection_name)upload_text(project_name, collection_name, text, transform?)