26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"mcpServers": {
|
|
"zoom-mcp": {
|
|
"type": "http",
|
|
"url": "https://mcp-us.zoom.us/mcp/zoom/streamable",
|
|
"headers": {
|
|
"Authorization": "Bearer ${ZOOM_MCP_ACCESS_TOKEN}"
|
|
}
|
|
},
|
|
"zoom-docs-mcp": {
|
|
"type": "http",
|
|
"url": "https://mcp.zoom.us/mcp/docs/streamable",
|
|
"headers": {
|
|
"Authorization": "Bearer ${ZOOM_DOCS_MCP_ACCESS_TOKEN}"
|
|
}
|
|
},
|
|
"zoom-whiteboard-mcp": {
|
|
"type": "http",
|
|
"url": "https://mcp-us.zoom.us/mcp/whiteboard/streamable",
|
|
"headers": {
|
|
"Authorization": "Bearer ${ZOOM_WHITEBOARD_MCP_ACCESS_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|