-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
59 lines (59 loc) · 1.79 KB
/
Copy pathmanifest.json
File metadata and controls
59 lines (59 loc) · 1.79 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
57
58
59
{
"manifest_version": "0.3",
"name": "argus",
"version": "1.0.0",
"description": "Monitor what AI agents access on your machine — files, credentials, network connections, and browser data. Argus sees everything your AI apps do.",
"author": {
"name": "cortexark",
"url": "https://github.com/cortexark"
},
"homepage": "https://github.com/cortexark/argus",
"documentation": "https://github.com/cortexark/argus#claude-desktop-mcp-extension",
"support": "https://github.com/cortexark/argus/issues",
"license": "MIT",
"server": {
"type": "node",
"entry_point": "src/mcp/server.js",
"mcp_config": {
"command": "node",
"args": ["${__dirname}/src/mcp/server.js"]
}
},
"tools": [
{
"name": "get_active_ai_processes",
"description": "List AI agents and LLM apps detected on this machine"
},
{
"name": "get_file_accesses",
"description": "Show sensitive file accesses by AI agents (credentials, browser data, documents)"
},
{
"name": "get_network_activity",
"description": "Show network connections made by AI agents"
},
{
"name": "get_sessions",
"description": "Show AI agent session history (start, stop, duration)"
},
{
"name": "get_daily_summary",
"description": "Get daily stats — process count, alerts, network events, AI services"
},
{
"name": "get_injection_alerts",
"description": "Show prompt injection attempts detected in files"
},
{
"name": "get_ai_usage",
"description": "Show AI tool token usage and estimated costs"
},
{
"name": "get_monitoring_status",
"description": "Check monitoring status and overall stats"
}
],
"privacy_policies": [
"https://github.com/cortexark/argus#privacy-policy"
]
}