Skip to main content

Model Context Protocol Server for Omi AI

Project description

mcp-server-omi: A OMI MCP server

Overview

A Model Context Protocol server for Omi interaction and automation. This server provides tools to read, search, and manipulate Memories and Conversations.

Tools

  1. get_memories

    • Retrieve a list of user memories
    • Inputs:
      • uid (string): The user's unique identifier
      • limit (number, optional): Maximum number of memories to retrieve (default: 100)
      • categories (array of MemoryFilterOptions, optional): Categories of memories to retrieve (default: [])
    • Returns: JSON object containing list of memories
  2. create_memory

    • Create a new memory
    • Inputs:
      • uid (string): The user's unique identifier
      • content (string): Content of the memory
      • category (MemoryFilterOptions): Category of the memory
    • Returns: Created memory object
  3. delete_memory

    • Delete a memory by ID
    • Inputs:
      • uid (string): The user's unique identifier
      • memory_id (string): ID of the memory to delete
    • Returns: Status of the operation
  4. edit_memory

    • Edit a memory's content
    • Inputs:
      • uid (string): The user's unique identifier
      • memory_id (string): ID of the memory to edit
      • content (string): New content for the memory
    • Returns: Status of the operation
  5. get_conversations

    • Retrieve a list of user conversations
    • Inputs:
      • uid (string): The user's unique identifier
      • include_discarded (boolean, optional): Whether to include discarded conversations (default: false)
      • limit (number, optional): Maximum number of conversations to retrieve (default: 25)
    • Returns: List of conversation objects containing transcripts, timestamps, geolocation and structured summaries

Installation

Using uv

When using uv no specific installation is needed. We will use uvx to directly run mcp-server-omi.

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Using uvx
"mcpServers": {
  "omi": {
    "command": "uvx",
    "args": ["mcp-server-omi"]
  }
}
Using docker
  • Note: replace '/Users/username' with the a path that you want to be accessible by this tool
"mcpServers": {
  "omi": {
    "command": "docker",
    "args": ["run", "--rm", "-i", "mcp/omi"]
  }
}
Using pip installation
"mcpServers": {
  "git": {
    "command": "python",
    "args": ["-m", "mcp_server_omi"]
  }
}

Debugging

You can use the MCP inspector to debug the server. For uvx installations:

npx @modelcontextprotocol/inspector uvx mcp-server-omi

Or if you've installed the package in a specific directory or are developing on it:

cd path/to/servers/src/omi
npx @modelcontextprotocol/inspector uv run mcp-server-omi

Running tail -n 20 -f ~/Library/Logs/Claude/mcp*.log will show the logs from the server and may help you debug any issues.

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_omi-0.1.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_omi-0.1.2-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_omi-0.1.2.tar.gz.

File metadata

  • Download URL: mcp_server_omi-0.1.2.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for mcp_server_omi-0.1.2.tar.gz
Algorithm Hash digest
SHA256 679d7304c69f055905d738ef7e356035f31f1482ab0db35bdb5e5419f6c9333c
MD5 0fc536dd55d07e3ad90c7aedf672556e
BLAKE2b-256 e9ff72b3087e736e40590e90fab80af5d17d3759594b16181493256e97950118

See more details on using hashes here.

File details

Details for the file mcp_server_omi-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_omi-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1c3b63895485e1e8857c0ef981a89a37fad612c558e42ff1a91ad60bd6cc8b65
MD5 9bba80cb6bc544a6dd256ff92ccebb9c
BLAKE2b-256 6fdf2d1b94f8f58e33a55c781fe254e518dcbd4160f3fac240056b4852f46e5b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page