-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
43 lines (43 loc) · 1.44 KB
/
mcp.json
File metadata and controls
43 lines (43 loc) · 1.44 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
{
"mcpServers": {
"context7": {
"command": "node",
"args": ["/Users/mamu/.codex/mcp/context7/dist/index.js"],
"description": "Context7 MCP server for documentation and code context"
},
"dokploy": {
"command": "npx",
"args": ["-y", "@ahdev/dokploy-mcp"],
"env": {
"DOKPLOY_API_KEY": "vedamath_appSzKpwJoOwaRTYEtfbwFiGkgGbikvaskjOTxxXGnsPzJiKgCZOhdDDPxUFNfvdnwe",
"DOKPLOY_URL": "https://dokploy.vedamatch.ru/api"
},
"description": "Dokploy MCP server for deployment management"
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"],
"description": "Playwright MCP server for browser automation and testing"
},
"vps_ops": {
"command": "ssh",
"args": ["-o", "BatchMode=yes", "mcpops@45.150.9.229", "python3", "/opt/mcp/vps_ops_mcp.py"],
"description": "VPS Operations MCP server for server management"
},
"figma": {
"type": "http",
"url": "https://mcp.figma.com/mcp",
"description": "Figma MCP server for design integration (requires OAuth)"
},
"linear": {
"type": "http",
"url": "https://mcp.linear.app/mcp",
"description": "Linear MCP server for project management (requires OAuth)"
},
"zapier": {
"type": "http",
"url": "https://mcp.zapier.com/api/v1/connect",
"description": "Zapier MCP server for workflow automation (requires OAuth)"
}
}
}