MCP Server
MCP
SysKnife
Administers Linux via typed, approval-gated actions with an Ed25519-signed audit trail.
Install
cargo:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "cargo",
"registryBaseUrl": "https://crates.io",
"identifier": "sysknife-cli",
"version": "0.9.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp-server",
"type": "positional",
"valueHint": "subcommand"
}
],
"environmentVariables": [
{
"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.",
"format": "string",
"name": "SYSKNIFE_SOCKET"
}
]
}
]
}
mcp
model-context-protocol
cargo
By
Comments
Sign in to leave a comment