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.
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
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.
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.