chip
Verified Safeby collibra
Overview
The Collibra MCP Server acts as a bridge, enabling AI agents to interact with Collibra Data Governance Center for intelligent data discovery and governance operations.
Installation
./.build/chipEnvironment Variables
- COLLIBRA_MCP_API_URL
- COLLIBRA_MCP_API_USR
- COLLIBRA_MCP_API_PWD
- COLLIBRA_MCP_MODE
- COLLIBRA_MCP_HTTP_PORT
- COLLIBRA_MCP_API_SKIP_TLS_VERIFY
- COLLIBRA_MCP_API_PROXY
- HTTP_PROXY
- HTTPS_PROXY
- COLLIBRA_MCP_ENABLED_TOOLS
- COLLIBRA_MCP_DISABLED_TOOLS
Security Notes
The server uses environment variables or configuration files for credentials, avoiding hardcoding. In HTTP mode, it binds to localhost only for security. It explicitly documents and warns about skipping TLS verification for development/testing, indicating an awareness of the security implications. There are no obvious code execution vulnerabilities like 'eval' in the Go source.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcp
Connect IBM products and other enterprise systems to AI agents via the Model Context Protocol (MCP) to enable AI models to interact with various local and remote resources.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
powerbi-modeling-mcp
Connects AI agents to Power BI semantic models to enable natural language interaction for building, modifying, and managing data models.