com.monday/monday.com✓
com.monday/monday.com · v0.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.monday/monday.com",
"description": "MCP server for monday.com integration.",
"repository": {
"url": "https://github.com/mondaycom/mcp",
"source": "github"
},
"version": "0.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.monday.com/mcp",
"headers": [
{
"description": "monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')",
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "sse",
"url": "https://mcp.monday.com/sse",
"headers": [
{
"description": "monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}