-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathcom.deepgram-mcp-uvx.json
More file actions
73 lines (73 loc) · 2.13 KB
/
Copy pathcom.deepgram-mcp-uvx.json
File metadata and controls
73 lines (73 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.deepgram-mcp-uvx",
"name": "Deepgram (uvx)",
"alias": "deepgram",
"description": "Connect to Deepgram's speech-to-text, text-to-speech, and audio intelligence APIs. Tools are fetched from Deepgram's API at runtime, so new capabilities appear without a package upgrade.",
"logo": "https://avatars.githubusercontent.com/u/17422641?v=4",
"schema_version": "2.1",
"categories": [
"ai-ml"
],
"tags": [
"deepgram",
"speech-to-text",
"text-to-speech",
"transcription",
"voice",
"audio",
"ai-ml"
],
"transport": {
"type": "stdio",
"command": "uvx",
"args": [
"deepgram-mcp"
],
"env": {
"DEEPGRAM_API_KEY": "${input:DEEPGRAM_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "DEEPGRAM_API_KEY",
"label": "Deepgram API Key",
"description": "API key used to authenticate with the Deepgram API. Create one in the Deepgram console.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "********************************",
"obtain": {
"url": "https://console.deepgram.com",
"instructions": "1. Sign in to the Deepgram console at https://console.deepgram.com\n2. Open the API Keys section\n3. Create a new API key\n4. Copy the key and paste it here",
"button_label": "Get API Key"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Create a Deepgram API key in the console at https://console.deepgram.com and provide it as DEEPGRAM_API_KEY."
},
"contributor": {
"name": "Deepgram",
"github": "deepgram",
"url": "https://deepgram.com"
},
"links": {
"repository": "https://github.com/deepgram/mcp",
"homepage": "https://deepgram.com",
"documentation": "https://github.com/deepgram/mcp#readme"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
},
"changelog_url": "https://github.com/deepgram/mcp/releases"
}