概览
What is Alcatel Lucent Enterprise Aos Mcp Server?
It is an MCP (Model Context Protocol) server that exposes AOS switch commands as tools for LLMs, enabling AI-driven management of Alcatel-Lucent Enterprise switches via an SSH backend.
How to use Alcatel Lucent Enterprise Aos Mcp Server?
Deploy using Docker Compose with provided images, configure switch SSH credentials in data/aos-ssh.json, and launch with docker compose up. Connect your AI client (VS Code, Cursor, Gemini CLI) by pointing its MCP URL to http://<aos-mcp-host>:8000/mcp.
Key features of Alcatel Lucent Enterprise Aos Mcp Server
- Docker-based deployment with Docker Compose.
- Configurable SSH connections to multiple switches.
- YAML-defined tools for running AOS commands.
- Supports streamable-http and SSE transports.
- Integrates with VS Code, Cursor, and Gemini CLI.
Use cases of Alcatel Lucent Enterprise Aos Mcp Server
- Automate switch configuration via an AI assistant.
- Execute AOS commands without manual SSH sessions.
- Integrate switch management into LLM workflows.
FAQ from Alcatel Lucent Enterprise Aos Mcp Server
What is the purpose of the AOS MCP Server?
It allows LLMs to manage Alcatel-Lucent Enterprise switches by exposing AOS commands as MCP tools.
How is the server deployed?
Using Docker Compose with two services: aos-ssh (SSH proxy) and aos-mcp (MCP server). Configuration files are mounted from the data folder.
What transport protocols are supported?
Streamable-http is default; SSE is also available (commented out in the compose file).
How are switch credentials stored?
In a JSON file (aos-ssh.json) listing host, user, password, and optional port for each switch.
Can I use the server with different AI clients?
Yes, it works with VS Code Copilot, Cursor, and Gemini CLI by configuring the MCP URL in their respective settings files.