The Universal Context Layer

One SDK. 93+ integrations. Zero migration. Query your organization's knowledge from any AI agent.

How It Works

Sync

Connect raw data sources (Slack, Notion, GitHub, Jira) to your private context grid.

Bridge

Translate between vector databases with Vec2Vec. Unify Pinecone, Weaviate, and Chroma.

Query

Federated semantic search across all connected sources with inherited permissions.

Expose

Serve context to AI agents via MCP endpoints. Works with Cursor, Claude, and custom agents.

Get Started in Minutes

import { Metalogue } from '@metalogue/sdk';

const client = new Metalogue({ apiKey: 'mtlg_...' });

// Connect a data source
await client.sync('slack', { workspace: 'acme-corp' });

// Query across all sources
const results = await client.query({
  question: 'What was decided about the Q4 roadmap?',
  sources: ['slack', 'notion', 'jira'],
  user: 'user_123' // Permissions inherited automatically
});

Ready to connect your data?

Get started with our free tier. No credit card required.

Read the DocsGet API Key