← Back to Plugins
MCP Server MCP

SysKnife

github By github 👁 1 views ▲ 0 votes

Administers Linux via typed, approval-gated actions with an Ed25519-signed audit trail.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...