forked from ridafkih/keeper.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
69 lines (69 loc) · 1.76 KB
/
Copy pathserver.json
File metadata and controls
69 lines (69 loc) · 1.76 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "sh.keeper/keeper",
"title": "Keeper.sh",
"description": "Read and manage calendars synced from Google, Outlook, iCloud, Fastmail, CalDAV, and iCal feeds.",
"version": "1.0.0",
"websiteUrl": "https://www.keeper.sh/docs/mcp",
"repository": {
"url": "https://github.com/ridafkih/keeper.sh",
"source": "github",
"subfolder": "services/mcp"
},
"icons": [
{
"src": "https://www.keeper.sh/48x48-on-light.png",
"mimeType": "image/png",
"sizes": ["48x48"],
"theme": "light"
},
{
"src": "https://www.keeper.sh/96x96-on-light.png",
"mimeType": "image/png",
"sizes": ["96x96"],
"theme": "light"
},
{
"src": "https://www.keeper.sh/192x192-on-light.png",
"mimeType": "image/png",
"sizes": ["192x192"],
"theme": "light"
},
{
"src": "https://www.keeper.sh/512x512-on-light.png",
"mimeType": "image/png",
"sizes": ["512x512"],
"theme": "light"
},
{
"src": "https://www.keeper.sh/48x48-on-dark.png",
"mimeType": "image/png",
"sizes": ["48x48"],
"theme": "dark"
},
{
"src": "https://www.keeper.sh/96x96-on-dark.png",
"mimeType": "image/png",
"sizes": ["96x96"],
"theme": "dark"
},
{
"src": "https://www.keeper.sh/192x192-on-dark.png",
"mimeType": "image/png",
"sizes": ["192x192"],
"theme": "dark"
},
{
"src": "https://www.keeper.sh/512x512-on-dark.png",
"mimeType": "image/png",
"sizes": ["512x512"],
"theme": "dark"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://www.keeper.sh/mcp"
}
]
}