F5 MCP Server
@czirakim
关于 F5 MCP Server
A MCP server for talking to a F5 device
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"F5.MCP.server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@czirakim/F5.MCP.server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is F5 MCP Server?
F5 MCP Server is an MCP (Model Context Protocol) server that interacts with F5 devices through the iControl REST API. It provides a set of tools for managing F5 objects such as virtual servers (VIPs), pools, iRules, and profiles, and is designed for developers and network administrators automating F5 infrastructure.
How to use F5 MCP Server?
Install the server via Smithery (npx -y @smithery/cli install @czirakim/F5.MCP.server --client claude) or run it as a Docker container. Configure sensitive information (IP address, authorization string) through environment variables loaded from a .env file. The server uses the stdio transport and was tested with the Claude Desktop app hosted in Windows WSL.
Key features of F5 MCP Server
- Tool-based API with list, create, update, and delete operations.
- REST API integration using Python’s
requestslibrary. - Environment configuration via
.envfile for security. - Modular design allowing easy addition of new tools.
- stdio transport for compatibility with various clients.
- Docker support for containerized deployment.
Use cases of F5 MCP Server
- Automate creation and management of F5 virtual servers and pools.
- Integrate an AI assistant with F5 infrastructure for configuration tasks.
- Simplify bulk updates to iRules or profiles across multiple devices.
- Enable natural-language-driven CRUD operations on F5 objects.
FAQ from F5 MCP Server
What does F5 MCP Server do?
It acts as a bridge between MCP-compatible clients (like Claude Desktop) and F5 devices, allowing users to create, read, update, and delete F5 objects via the iControl REST API.
What are the runtime dependencies?
The server requires Python, the requests library, and environment variables holding the F5 device IP and authorization token. A Dockerfile is provided for containerized use.
How does the server communicate with clients?
It uses the stdio transport, meaning it reads from standard input and writes to standard output, making it compatible with any MCP client that supports this transport.
Which F5 objects can be managed?
The server supports managing virtual servers (VIPs), pools, iRules, and profiles through dedicated CRUD tools.
Has it been tested with specific clients?
Yes, it was tested with the Claude Desktop app, with the MCP server hosted in Windows WSL.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Servers
modelcontextprotocolModel Context Protocol Servers
评论