collibra MCP
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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rajivdatta/mcp-collibra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server