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
-
get_memories- Retrieve a list of user memories
- Inputs:
uid(string): The user's unique identifierlimit(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
-
create_memory- Create a new memory
- Inputs:
uid(string): The user's unique identifiercontent(string): Content of the memorycategory(MemoryFilterOptions): Category of the memory
- Returns: Created memory object
-
delete_memory- Delete a memory by ID
- Inputs:
uid(string): The user's unique identifiermemory_id(string): ID of the memory to delete
- Returns: Status of the operation
-
edit_memory- Edit a memory's content
- Inputs:
uid(string): The user's unique identifiermemory_id(string): ID of the memory to editcontent(string): New content for the memory
- Returns: Status of the operation
-
get_conversations- Retrieve a list of user conversations
- Inputs:
uid(string): The user's unique identifierinclude_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
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
Using uvx
When using uv no specific installation is needed.
We will use uvx to directly run mcp-server-omi.
| If having issues instead of "command": "uvx", put your whole package path (which uvx), then "command": "$path".
"mcpServers": {
"omi": {
"command": "uvx",
"args": ["mcp-server-omi"]
}
}
Using docker
Install docker, https://orbstack.dev/ is great.
"mcpServers": {
"omi": {
"command": "docker",
"args": ["run", "--rm", "-i", "josancamon19/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-server-omi.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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_omi-0.1.3.tar.gz.
File metadata
- Download URL: mcp_server_omi-0.1.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d205dd6147d95c2690c0dba0eadfcaf88b5df49b211be6185424c4c4f9b1c8af
|
|
| MD5 |
b77fd9a9d9d24a7de572ce63c368e342
|
|
| BLAKE2b-256 |
634fe7aec27eada0e332435f25a0b53be5247b5d17b654abc80961f7dae07e9d
|
File details
Details for the file mcp_server_omi-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mcp_server_omi-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfa08d3f7c4f1f672963e3562d7bdc104ed6ebd127abaa1ba85cc8944ed4bc42
|
|
| MD5 |
304214c1462d953a63b354054d3333f9
|
|
| BLAKE2b-256 |
9b95d665425a0d8b37c9b5693720e9bfdaf62a05652c09b486a09fd23348d3d2
|