collibra MCP

collibra MCP

This server enables reading and writing Collibra assets, attributes, and relations via the Collibra Core REST API, allowing detailed metadata management for Power BI report assets.

Category
Visit Server

README

collibra MCP

Local MCP server for the Collibra Core REST API (2.0). Lets a Claude session read and write Collibra assets/attributes/relations so the Power BI semantic-model detail (tables, columns, measures, DAX, descriptions) can be pushed onto the report's Collibra asset page.

Pairs with powerbi / powerbi-modeling-mcp (which read the PBI model). Collibra Edge keeps the basic inventory/lineage in sync; this server fills in the rich detail Edge does not push.

Setup

  1. copy .env.example .env and fill in COLLIBRA_BASE_URL, COLLIBRA_USERNAME, COLLIBRA_PASSWORD. Leave COLLIBRA_READONLY=true for now.
  2. Registered in ~/.claude.json as the collibra MCP server (launcher: run_collibra.cmd, venv: .venv). Restart Claude Code / run /mcp to connect.
  3. collibra_ping to verify auth.

Auth

Username/password session against /rest/2.0/auth/sessions. The cookie + CSRF token are captured on login and reused; a 401/403 triggers one automatic re-login. SSL verify on by default (COLLIBRA_VERIFY_SSL).

Tools

Read/discovery: collibra_ping, collibra_find_assets, collibra_get_asset, collibra_get_attributes, collibra_list_asset_types, collibra_list_attribute_types, collibra_list_relation_types, collibra_list_domains, collibra_list_communities, collibra_get (generic GET explorer).

Write (blocked while COLLIBRA_READONLY=true): collibra_create_asset, collibra_set_attribute, collibra_add_relation, collibra_import_json (bulk idempotent upsert via the Import API) + collibra_job_status, and collibra_request (generic call).

Workflow

  1. Discover what Edge created: collibra_list_asset_types, collibra_list_relation_types, then collibra_find_assets(type_name="...") for a sample report. This reveals the target asset types, attribute types, and lineage relations to map onto.
  2. Map PBI -> Collibra structure.
  3. Flip COLLIBRA_READONLY=false, dry-run with collibra_import_json(..., simulation=true), then commit.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured