-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
63 lines (56 loc) · 1.5 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
50
51
52
53
54
55
56
{
"name": "universal-mcp-servers",
"version": "1.0.0",
"description": "Comprehensive collection of 40+ MCP servers for all AI tools (Cursor, VS Code, Claude Desktop, Copilot CLI, Gemini CLI)",
"main": "index.js",
"scripts": {
"build": "npm run build:all",
"build:all": "cd src && find . -name 'package.json' -execdir npm run build \\; 2>/dev/null || true",
"install:all": "./universal-mcp-installer.sh install-all",
"test": "./universal-mcp-installer.sh test",
"status": "./universal-mcp-installer.sh status",
"generate-configs": "python3 mcp-config-generator.py"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai-tools",
"cursor",
"vscode",
"claude",
"copilot",
"gemini",
"ai-integration",
"development-tools",
"automation",
"file-processing",
"media-processing",
"network-management",
"fortinet",
"meraki",
"openai",
"git-integration"
],
"author": "Keith Ransom <keith@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kmransom56/universal-mcp-servers.git"
},
"bugs": {
"url": "https://github.com/kmransom56/universal-mcp-servers/issues"
},
"homepage": "https://github.com/kmransom56/universal-mcp-servers#readme",
"engines": {
"node": ">=18.0.0",
"python": ">=3.8"
},
"dependencies": {
"@types/node": "^20.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/jest": "^29.0.0",
"jest": "^29.0.0"
}
}