← Back to Plugins
MCP Server MCP

io.github.GeiserX/genieacs-mcp

github By github 👁 1 views ▲ 0 votes

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "genieacs-mcp",
      "version": "0.0.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GenieACS NBI API URL (e.g. http://genieacs:7557)",
          "isRequired": true,
          "format": "string",
          "name": "ACS_URL"
        },
        {
          "description": "GenieACS NBI basic-auth username",
          "format": "string",
          "name": "ACS_USER"
        },
        {
          "description": "GenieACS NBI basic-auth password",
          "format": "string",
          "isSecret": true,
          "name": "ACS_PASS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "drumsergio/genieacs-mcp:v0.0.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GenieACS NBI API URL (e.g. http://genieacs:7557)",
          "isRequired": true,
          "format": "string",
          "name": "ACS_URL"
        },
        {
          "description": "GenieACS NBI basic-auth username",
          "format": "string",
          "name": "ACS_USER"
        },
        {
          "description": "GenieACS NBI basic-auth password",
          "format": "string",
          "isSecret": true,
          "name": "ACS_PASS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...