loading…
Search for a command to run...
loading…
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 p
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.
Professional MCP server for integrating Catalog tasks into the Gemini CLI. Manage data catalogs, collections, and master data using natural language.
Install the extension and its dependencies:
npm run install-deps
npm run build
gemini extensions install .
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).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.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.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"datalog-studio-mcp-server": {
"command": "npx",
"args": []
}
}
}