-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.42 KB
/
server.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.multimail/mcp-server",
"description": "Give your agent its own email address with graduated human oversight — from full approval to autonomous sending.",
"repository": {
"url": "https://github.com/multimail-dev/mcp-server",
"source": "github"
},
"version": "0.5.6",
"packages": [
{
"registryType": "npm",
"identifier": "@multimail/mcp-server",
"version": "0.5.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your MultiMail API key (starts with mm_live_). Optional — run without it to create an account first.",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "MULTIMAIL_API_KEY"
},
{
"description": "Default mailbox ID. If not set, pass mailbox_id to each tool or call list_mailboxes first.",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "MULTIMAIL_MAILBOX_ID"
}
]
},
{
"registryType": "custom",
"identifier": "mcp.multimail.dev",
"version": "0.5.6",
"transport": {
"type": "streamablehttp",
"url": "https://mcp.multimail.dev/mcp",
"authorization": {
"type": "oauth2"
}
}
}
]
}