← Back to Plugins
MCP Server MCP

io.github.lightnet19/stb-mcp-server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

MCP server untuk kelola server STB Armbian: system info, Docker, AdGuard, file ops via SSH.

Verified source

Install

uvx stb-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "stb-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Host/IP STB",
          "isRequired": true,
          "format": "string",
          "name": "STB_HOST"
        },
        {
          "description": "SSH user",
          "isRequired": true,
          "format": "string",
          "name": "STB_USER"
        },
        {
          "description": "SSH password",
          "format": "string",
          "isSecret": true,
          "name": "STB_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...