MCP.so
登录

F5 MCP Server

@MCP-Mirror

关于 F5 MCP Server

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is F5 MCP Server?

F5 MCP Server is a Model Context Protocol server that interacts with F5 devices via the iControl REST API. It provides tools for managing F5 objects such as virtual servers (VIPs), pools, iRules, and profiles. This server is implemented with the FastMCP framework and is intended for developers or operators who need to integrate F5 device management into AI assistants or automation workflows.

How to use F5 MCP Server?

Set up environment variables (IP address, authorization strings) in a .env file, then run the server using stdio transport. An example configuration for the Claude Desktop app is included in the repository. For containerized deployment, a Dockerfile is provided.

Key features of F5 MCP Server

  • Tool-based API for creating, updating, listing, and deleting F5 objects.
  • REST API integration using Python's requests library.
  • Environment configuration via .env file for sensitive data.
  • Extensible modular design for adding new tools.
  • stdio transport support for client integrations.
  • Dockerfile available for containerized deployment.

Use cases of F5 MCP Server

  • Automating creation and management of F5 virtual servers.
  • Updating or deleting pool configurations via natural language prompts.
  • Listing existing F5 objects like iRules or profiles.
  • Integrating F5 device management with AI chat assistants like Claude Desktop.
  • Running F5 management tasks from a containerized environment.

FAQ from F5 MCP Server

What does F5 MCP Server do?

It provides MCP-compatible tools to perform CRUD operations on F5 devices using the iControl REST API, enabling AI assistants to manage F5 objects.

What runtime or dependencies are required?

Python with the requests library and environment variable configuration (stored in a .env file) are required. The server can also be run via the provided Dockerfile.

How is authentication handled?

Authentication credentials and IP addresses are loaded from a .env file as environment variables, keeping sensitive information out of the code.

What transport does the server use?

The server uses stdio transport, making it compatible with clients that support this MCP transport method.

Can this server be run in a container?

Yes, a Dockerfile is included in the repository for building and running the server as a Docker container.

评论

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