Loading MCP server directory, please wait...
The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data.
npx @getmcp/cli add ai.matih/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MATIH_MCP_TOKENMatih developer token (mat_agt_…), minted in Settings → Developer Tokens. Bearer credential, scoped to your connections + tools.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.matih/mcp": {
"command": "npx",
"args": [
"https://mcp.matih.ai/api/v1/mcp",
"-y",
"@matihlabs/mcp"
],
"env": {
"MATIH_MCP_TOKEN": ""
}
}
}
}