-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathmcp.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
mcp.json
File metadata and controls
37 lines (37 loc) · 1000 Bytes
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
{
"$schema": "https://cursor.com/schemas/mcp.json",
"mcpServers": {
"granola": {
"url": "https://mcp.granola.ai/",
"description": "Granola MCP server for meeting notes and transcripts"
},
"gong": {
"command": "npx",
"args": [
"-y",
"gong-mcp"
],
"env": {
"GONG_ACCESS_KEY": "${GONG_ACCESS_KEY}",
"GONG_ACCESS_SECRET": "${GONG_ACCESS_SECRET}"
},
"description": "Gong MCP server for call recordings and transcript workflows"
},
"notion": {
"url": "https://mcp.notion.com/mcp",
"description": "Notion hosted MCP server for pages, databases, and docs"
},
"slack": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
"SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
},
"description": "Slack MCP server for channel, message, and thread operations"
}
}
}