tf-ip工具
##概述
______________________________________________________________________
CIDR计算器-iaddress\CIDR,并根据CIDR或ipaddress计算新比特和净数。支持IPv6
##安装
______________________________________________________________________
- 克隆仓库
git clone https://github.com/jlberlanga/MCP-cidr.git- 安装请求
pip install -r requeriments.txt您可以在任何客户端中用作MCP/工具,例如:LMStudio或
JSON格式示例:
______________________________________________________________________
LMStudio
"mcpServers": {
"tf-ip-tools": {
"command": "python",
"args": [
"server.py"
]
}
}开放代码
"mcp":{
"tf-ip-tools": {
"type": "local",
"enabled": true,
"command": [
"python",
"server.py"
]
}
}克莱恩
"mcpServers": {
"tf-ip-tools": {
"command": "/MCP-cidr/venv/bin/python",
"args": [
"/MCP-cidr/server.py"
]
}
}