forked from mondaycom/mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 1.34 KB
/
Copy pathserver.json
File metadata and controls
44 lines (44 loc) · 1.34 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.monday/monday.com",
"title": "monday.com",
"description": "Connect AI agents to monday.com — the Work OS for managing projects, tasks, and workflows. Create and update boards, items, columns, groups, and docs; query views and dashboards; automate work across teams.",
"icons": [
{
"src": "https://monday.com/p/wp-content/uploads/2024/03/Logo-1-NO-1.png",
"mimeType": "image/png"
}
],
"websiteUrl": "https://monday.com/w/mcp",
"repository": {
"url": "https://github.com/mondaycom/mcp",
"source": "github"
},
"version": "0.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.monday.com/mcp",
"headers": [
{
"name": "Authorization",
"description": "monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')",
"isRequired": false,
"isSecret": true
}
]
},
{
"type": "sse",
"url": "https://mcp.monday.com/sse",
"headers": [
{
"name": "Authorization",
"description": "monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')",
"isRequired": false,
"isSecret": true
}
]
}
]
}