Network Ops MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Network Ops MCPscan ports on 192.168.1.1 for ports 80 and 443"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Network Ops MCP
This is an aggregation of network operations tools that would be useful to IT professionals.
The idea is that tools like these could be built, aggregated and then run using natural language queries by field employees.
Tool List:
get_network_configs
a wrapper to the
ifconfigcommand line tool that returns local network configurations
scan_ports
given a host ip address and a list of ports or a port range, scan those ports to see which are open for connections
Setup
This is currently running locally using Claude Desktop
In Claude Desktop -> Settings >> Developer - choose "Edit Config"
In the
claude_desktop_config.jsonfile, add a new mcp server:
{
"mcpServers": {
"network-ops-mcp": {
"command": "<path_to_venv>/network_ops/bin/python",
"args": ["<path_to_mcp_code>network_ops_mcp/mcp_server.py"]
}
}
}Restart Claude Desktop
Ensure the MCP connection is live with a query like
What tools can you access from network-ops-mcp
Examples

This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beau-wood/Network-Ops-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server