- MCP Server for Network Administration
@solaconsay
关于 - MCP Server for Network Administration
NetSensei is an MCP server to assist network administrators. It provides various network utilities and tools such as ping, traceroute, Nmap scans, and packet sniffing using the Model Context Protocol (MCP) to communicate and process network-related commands.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"NetSensei": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"C:\\path\\to\\cloned\\repo\\main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NetSensei?
NetSensei is an MCP server that assists network administrators by providing network utilities such as ping, traceroute, Nmap scans, packet sniffing, and SSH command execution through the Model Context Protocol (MCP).
How to use NetSensei?
Add NetSensei to your Claude Desktop configuration using a JSON snippet, or integrate it with OpenWebUI via mcpo on a specified port. The server runs from a local clone of the repository using uv.
Key features of NetSensei
- Ping test with detailed connectivity output
- Traceroute to identify network paths
- Nmap scans with customizable arguments
- Packet sniffing using
tsharkwith filters - SSH connection and command execution per device platform
- AI assistant for automating routine network tasks
Use cases of NetSensei
- Quickly test network connectivity to a remote host
- Discover the network path to a specific destination
- Scan a subnet for live hosts and open services
- Capture and analyze network traffic (DNS, HTTP, ICMP)
- Remotely execute commands on network devices via SSH
FAQ from NetSensei
What are the runtime dependencies for NetSensei?
NetSensei requires Python 3.x, the MCP Python SDK, uvicorn, tshark (Wireshark’s command-line tool), nmap, and netmiko. tshark must be accessible from the system path.
How do I integrate NetSensei with Claude Desktop?
Add the following entry to your Claude Desktop config file, replacing the path with your local clone: {"mcpServers": {"NetSensei": {"command": "uv", "args": ["run", "--with", "mcp[cli]", "mcp", "run", "C:\\path\\to\\cloned\\repo\\main.py"]}}}.
How do I use NetSensei with OpenWebUI?
Run uvx mcpo --port 9003 -- mcp run main.py from the cloned repository directory to expose the server via mcpo.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论