Skip to main content

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude, Cursor, and other tools interact with external data sources. Omi’s MCP server gives these assistants direct access to your memories and conversations.

Search & Retrieve

Semantic search across your memories and conversations

Manage Memories

Create, edit, and delete memories

Access Conversations

Browse and search full conversation transcripts

How It Works

Your AI assistant connects to the Omi MCP server, discovers available tools, and calls them as needed during your conversations. All data stays within your Omi account — the MCP server authenticates via your personal API key.

Available Tools

ToolDescription
get_memoriesList memories with optional category filtering
search_memoriesSemantic search across memories
create_memoryCreate a new memory
edit_memoryEdit an existing memory
delete_memoryDelete a memory
get_conversationsList conversations with date/category filters
search_conversationsSemantic search across conversations
get_conversation_by_idGet full conversation with transcript
See the Tools Reference for full parameter documentation.

Comparison with Developer API

FeatureMCPDeveloper API
PurposeAI assistant integrationDirect HTTP API access
AccessRead/write with AI contextRead & write user data
SearchSemantic search built-inFilter-based queries
Use CaseClaude Desktop, Cursor, AI agentsCustom apps, dashboards
Best ForAI-powered workflowsBatch operations, integrations
For programmatic access without AI assistants, use the Developer API instead.