MCP.so
ログイン
A

Alcatel Lucent Enterprise Aos Mcp Server

@Foricher

Alcatel Lucent Enterprise Aos Mcp Server について

Runs basic CLI commands on Alcatel Lucent Enterprise AOS switches through a ssh connection.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

Foricher

投稿者

christian Foricher

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "aos-mcp": {
      "command": "docker",
      "args": [
        "compose",
        "up"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「開発者ツール」の他のコンテンツ