forked from lacs-project/sysknife
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.42 KB
/
Copy pathserver.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.lacs-project/sysknife",
"title": "SysKnife",
"description": "Administers Linux via typed, approval-gated actions with an Ed25519-signed audit trail.",
"version": "0.16.0",
"websiteUrl": "https://lacs-project.github.io/sysknife/",
"repository": {
"url": "https://github.com/lacs-project/sysknife",
"source": "github"
},
"icons": [
{
"src": "https://raw.githubusercontent.com/lacs-project/sysknife/main/assets/raster/sysknife-256.png",
"mimeType": "image/png",
"sizes": [
"256x256"
]
}
],
"packages": [
{
"registryType": "cargo",
"registryBaseUrl": "https://crates.io",
"identifier": "sysknife-cli",
"version": "0.16.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"valueHint": "subcommand",
"value": "mcp-server"
}
],
"environmentVariables": [
{
"name": "SYSKNIFE_SOCKET",
"description": "Where the privileged daemon listens: a unix:// path, a vsock:// target, or a bare path. Defaults to wherever the daemon bound, so it is only needed for a non-default install or a remote VM.",
"isRequired": false,
"isSecret": false,
"format": "string"
}
]
}
]
}