← Index

io.github.GeiserX/genieacs-mcp

io.github.GeiserX/genieacs-mcp·v0.0.12·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<acs_url>",
        "ACS_USER": "<acs_user>",
        "ACS_PASS": "<your-acs_pass>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genieacs-mcp"
      ],
      "env": {
        "ACS_URL": "<acs_url>",
        "ACS_USER": "<acs_user>",
        "ACS_PASS": "<your-acs_pass>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y genieacs-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "genieacs-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "drumsergio/genieacs-mcp:v0.0.11"
      ],
      "env": {
        "ACS_URL": "<acs_url>",
        "ACS_USER": "<acs_user>",
        "ACS_PASS": "<your-acs_pass>"
      }
    }
  }
}
§02  Environment variables
ACS_URL
required

GenieACS NBI API URL (e.g. http://genieacs:7557)

ACS_USER

GenieACS NBI basic-auth username

ACS_PASS
secret

GenieACS NBI basic-auth password

ACS_URL
required

GenieACS NBI API URL (e.g. http://genieacs:7557)

ACS_USER

GenieACS NBI basic-auth username

ACS_PASS
secret

GenieACS NBI basic-auth password

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other