Datalog Studio MCP Server (igot-ai/datalog-studio) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 41 tools. No publisher has claimed this listing.

C
Emerging
74/100

Datalog Studio MCP Server

Integrates with the Datalog Studio REST API to explore projects, tables, and assets within a workspace. It enables users to understand data schemas and upload plain text content directly for AI processing.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

igot-ai

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: DATALOG_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes41 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

list_catalogs

List all available data catalogs

list_members

List all members of a catalog project, including their user profile and assigned role

assign_member

Assign a user to a role within a catalog project

update_member_role

Update an existing member's role in a catalog project

invite_member

Send an email invitation to an external user to join a catalog project

create_table

Create a new table within a specific catalog

list_collections

List all collections (master data tables) within a specific catalog

list_attributes

List attributes and schema for a specific collection (by project/collection name)

list_data_assets

List all data assets (uploaded files) in a specific collection (by project/collection name)

add_column

Add a new column to a catalog collection (by project/collection name)

add_columns

Add multiple columns to a catalog collection (bulk, by project/collection name)

get_table_schema

Get the JSON schema of a table by its ID

update_table

Update table metadata (name, description, status, table_type)

delete_table

Delete a table and all its associated assets

list_assets

List assets (uploaded files) in a table with pagination and optional filters

get_assets_count

Get the count of assets in a table

get_asset_content

Get the content of a specific asset (file) as base64

create_record
delete_asset

Delete a specific asset from a table

get_columns

Get all columns for a table by its ID

get_columns_count

Get the count of columns in a table

create_column

Create a single column in a table by table ID

create_columns_bulk

Create multiple columns in a table by table ID (bulk)

update_column

Update a column in a table

delete_column

Delete a column from a table

update_cell_value

Update a specific cell value (asset + column intersection)

delete_asset_column_data

Delete all asset-column data for a table

export_json

Export table data as JSON

export_csv

Export table data as CSV

export_excel

Export table data as Excel (xlsx)

get_table_files

List files for a specific table

list_skills

List all custom AI skills for a project

get_skill

Get a specific skill with its full content and references

create_skill

Create a new custom AI skill for the Gemini CLI

update_skill

Update an existing custom AI skill

delete_skill

Delete a custom AI skill

reload_skills

Hot-reload all enabled skills into the current sandbox session. Call this after creating, updating, or deleting skills to apply changes immediately.

list_physical_tables

List all catalog collections that have a physical SQL table ready for querying. Returns table metadata including the physical table name, description, row count and column count.

describe_physical_table

Get the column schema and row count of a physical SQL table backing a catalog collection. Use this before querying to understand available columns and their types.

query_physical_table
aggregate_physical_table
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configDATALOG_APIThe domain endpoint (e.g., https://enterprise.com).
🔐 secretDATALOG_API_KEYThe extension requires a . By default, it connects to https://studio.igot.ai/v1/catalog.
configDATALOG_URI
configE2B_SANDBOX_ID
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

41/41 tools missing one or more hints — list_catalogs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_members (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); assign_member (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +38 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/igot-ai/datalog-studio)](https://m8ven.ai/mcp/igot-ai/datalog-studio)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 413e561a698820593e7cb2eb396143f92465f191
code hash: 55699dfead4dbf2dabb288439d4cd52e36d98248bc6f8e8813545ca100393247
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client