Genieacs Mcp
@GeiserX
关于 Genieacs Mcp
MCP Server for GenieACS written in Go
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"genieacs": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "http://localhost:7557",
"ACS_USER": "",
"ACS_PASS": ""
}
}
}
}工具
3Push a firmware (or any file) to a device
Reboot a CPE via GenieACS
Ask the CPE to send an updated value for a single TR-069 parameter
概览
What is Genieacs Mcp?
A tiny bridge that exposes any GenieACS instance as an MCP v1 (JSON-RPC for LLMs) server written in Go. It allows LLM agents to interact with a GenieACS TR-069 Auto-Configuration-Server (ACS) that manages CPE devices such as routers, ONTs, and gateways. The server exposes GenieACS data as resources (read‑only) and actions as tools (read/write, reboot, etc.).
How to use Genieacs Mcp?
Use the quick‑start Docker Compose file from the GenieACS‑container project or install via npm (npx genieacs-mcp). Configure via environment variables such as ACS_URL, ACS_USER, ACS_PASS, and TRANSPORT. It supports both HTTP and stdio transports; the stdio transport is recommended for local MCP clients.
Key features of Genieacs Mcp
- Exposes GenieACS data as read‑only MCP resources
- Provides tools for parameter read/write, reboot, and firmware download
- Supports preset, provision, tag, and task management
- Offers device search by criteria
- Runs as a single Go binary with minimal dependencies
- Supports HTTP and stdio transports with security headers validation
Use cases of Genieacs Mcp
- Reboot a faulty CPE device via an LLM conversation
- Query device parameters and fault information for diagnostics
- Automate preset or provision assignments across a device fleet
- Search for devices by model or status and apply tags
- Manage firmware download and task retries through natural language
FAQ from Genieacs Mcp
What dependencies does Genieacs Mcp require?
It requires a running GenieACS instance with its NBI endpoint accessible. No other runtime dependencies; the pre‑built Go binary is self‑contained.
How does Genieacs Mcp handle security?
The HTTP transport validates Host and Origin headers to prevent DNS rebinding. A Bearer token (MCP_AUTH_TOKEN) is required when listening on non‑loopback addresses. The stdio transport is unaffected and recommended for local use.
What transports does Genieacs Mcp support?
It supports HTTP (default) and stdio. Set the TRANSPORT environment variable to stdio to use the stdio transport for local MCP clients.
What is the maximum number of devices returned by a resource?
The DEVICE_LIMIT environment variable sets the maximum devices returned by the genieacs://devices/list resource, defaulting to 500.
What data does Genieacs Mcp expose as resources?
It provides resources for individual devices, files, tasks, and lists of devices, presets, provisions, and faults,
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论