collibra MCP
Click on "Deploy 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., "@collibra MCPfind Power BI report assets in domain 'Sales'"
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.
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
copy .env.example .envand fill inCOLLIBRA_BASE_URL,COLLIBRA_USERNAME,COLLIBRA_PASSWORD. LeaveCOLLIBRA_READONLY=truefor now.Registered in
~/.claude.jsonas thecollibraMCP server (launcher:run_collibra.cmd, venv:.venv). Restart Claude Code / run/mcpto connect.collibra_pingto verify auth.
Related MCP server: pbix-mcp
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
Discover what Edge created:
collibra_list_asset_types,collibra_list_relation_types, thencollibra_find_assets(type_name="...")for a sample report. This reveals the target asset types, attribute types, and lineage relations to map onto.Map PBI -> Collibra structure.
Flip
COLLIBRA_READONLY=false, dry-run withcollibra_import_json(..., simulation=true), then commit.
This server cannot be deployed
Maintenance
Related MCP Connectors
Token-free MCP server for structured RevoGrid Core, Pro, and Enterprise knowledge retrieval.
MCP server for Codat — companies, connections, invoices, bills and financial statements.
The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.
MCP server for AI access to Swagger by SmartBear.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThis MCP server provides a web-ready SSE bridge for Microsoft's Power BI Modeling MCP Server, enabling URL-based interaction with Power BI semantic models from any programming language without local stdio piping. It features automatic Azure authentication and dynamic binary resolution for seamless Power BI data analysis.-
- AlicenseNot gradedqualityAmaintenanceMCP server for creating, editing, and evaluating Power BI (.pbix/.pbit) files without Power BI Desktop. Supports 101 tools including report creation, data sources, DAX measures, and file manipulation.17MIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server that proxies MCP clients to Power BI, using your own Entra tenant and Azure subscription. It enables DAX queries, workspace listing, and dataset management while preserving user-specific row-level security.2MIT
- AlicenseBqualityBmaintenanceMCP server for interacting with local Power BI Desktop and .pbip projects, enabling DAX queries, model documentation, measure editing, and PBIR visual management via natural language.901Apache 2.0