MCP.so
登录

Containerlab MCP Server

@FloSch62

关于 Containerlab MCP Server

暂无概览

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

FloSch62

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Containerlab MCP Server?

Containerlab MCP Server is an experimental Model Context Protocol server that enables AI assistants (such as Claude) to interact with containerlab network topologies. It is tailored for use with Claude Desktop and requires a running containerlab API server.

How to use Containerlab MCP Server?

Build the MCP server binary for your platform (Windows, Mac, or Linux) using go build, then configure Claude Desktop by placing the executable and adding a claude_desktop_config.json that sets the API_SERVER_URL environment variable (default http://localhost:8080). Ensure the containerlab API server is running.

Key features of Containerlab MCP Server

  • List available containerlab labs
  • Deploy new network topologies
  • Inspect lab details
  • Execute commands on lab nodes
  • Destroy and clean up labs

Use cases of Containerlab MCP Server

  • Ask Claude to deploy a lab topology using natural language
  • Inspect the status of running labs via Claude
  • Execute commands on lab nodes through conversational AI
  • Destroy and clean up labs with simple prompts

FAQ from Containerlab MCP Server

What dependencies are required?

You need a running containerlab API server and the latest build of containerlab from the main branch. The MCP server is a compiled Go binary.

What transport does the server use?

The server communicates with the containerlab API server via HTTP, using the API_SERVER_URL environment variable (default http://localhost:8080).

Where do lab configurations and data live?

Lab topologies and state are managed by containerlab itself. The MCP server acts only as a proxy to the API server; no lab data is stored by the MCP server.

Is authentication supported?

The README does not mention any authentication mechanism. The server is intended for local use.

Is this ready for production?

No. The README describes this as a "quick and dirty trial" for exploring MCP with containerlab. It is experimental.

评论

其他 分类下的更多 MCP 服务器