MCP Server
MCP
io.github.GeiserX/genieacs-mcp
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
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
By
Comments
Sign in to leave a comment