-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mcp.json
More file actions
49 lines (49 loc) · 1.08 KB
/
Copy path.mcp.json
File metadata and controls
49 lines (49 loc) · 1.08 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
{
"signaliz": {
"type": "http",
"url": "https://api.signaliz.com/functions/v1/signaliz-mcp"
},
"instantly": {
"type": "http",
"url": "https://mcp.instantly.ai/mcp",
"_note": "Add ?api_key=YOUR_INSTANTLY_API_KEY to URL. For multi-workspace, see skills/instantly-workspaces/SKILL.md"
},
"manus": {
"type": "stdio",
"command": "npx",
"args": ["manus-mcp"],
"env": {
"MANUS_MCP_API_KEY": ""
}
},
"outreach": {
"type": "stdio",
"command": "npx",
"args": ["mcp-remote", "https://api.outreach.io/mcp/"],
"_note": "Requires Outreach Amplify license with active credits"
},
"lusha": {
"type": "stdio",
"command": "npx",
"args": ["@lusha-org/mcp@latest"],
"env": {
"LUSHA_API_KEY": ""
}
},
"crunchbase": {
"type": "stdio",
"command": "npx",
"args": ["@cyreslab/crunchbase-mcp-server"],
"env": {
"CRUNCHBASE_API_KEY": ""
}
},
"apollo": {
"type": "stdio",
"command": "npx",
"args": ["@thevgergroup/apollo-io-mcp"],
"env": {
"APOLLO_API_KEY": ""
}
}
}