Catalog
MCP
Officialby matih-labs · TypeScript
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
MATIH_MCP_TOKENrequiredsecretMatih developer token (mat_agt_…), minted in Settings → Developer Tokens. Bearer credential, scoped to your connections + tools.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@matihlabs/mcp@0.2.1"
],
"env": {
"MATIH_MCP_TOKEN": "<YOUR_MATIH_MCP_TOKEN>"
}
}
}
}