Skip to content

Commit 2f9c8be

Browse files
authored
Add omi mcp server to MCP registry (#93)
1 parent 7c8708d commit 2f9c8be

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

servers/omi/server.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: omi
2+
image: mcp/omi
3+
type: server
4+
meta:
5+
category: ai
6+
tags:
7+
- ai
8+
about:
9+
title: omi-mcp
10+
description: A Model Context Protocol server for Omi interaction and automation. This server provides tools to read, search, and manipulate Memories and Conversations.
11+
icon: https://avatars.githubusercontent.com/u/162546372?v=4
12+
source:
13+
project: https://github.com/BasedHardware/omi
14+
directory: mcp
15+
config:
16+
description: Configure the connection to omi-mcp
17+
secrets:
18+
- name: omi.api_key
19+
env: OMI_API_KEY
20+
example: <OMI_API_KEY>

0 commit comments

Comments
 (0)