Snmp Sse Mcp Server
@aimiox
About Snmp Sse Mcp Server
Model Context Protocol (MCP) servers and clients
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"amx-snmp": {
"command": "docker",
"args": [
"run",
"-it",
"-p 8001:8001",
"-v $(pwd)/config.yaml:/app/config.yaml",
"-v $(pwd)/data:/app/data",
"amx-snmp-mcp:latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Snmp Sse Mcp Server?
The Snmp Sse Mcp Server integrates with the OpenAI Agents SDK or any SSE-compatible MCP client, providing a seamless interface for SNMP device and MIB interaction and monitoring. It is designed for users who need to manage and query SNMP‑enabled devices through AI agents.
How to use Snmp Sse Mcp Server?
Run the server in a Docker container with a config.yaml file and a data directory. Optionally set the AMX_SNMP_PORT environment variable (default 8001). For testing, use the provided snmp_mcp_cli.py client with the OpenAI Agents SDK, after setting your OpenAI API key and MCP endpoint URL.
Key features of Snmp Sse Mcp Server
- Automatically discover SNMP-enabled devices on the network
- Register, update, and remove SNMP devices
- Perform SNMP get and walk operations with OID validation
- Map OIDs to human-readable MIB names and descriptions
- Flexible device lookup by ID, IP address, or system name
- Compatible with OpenAI Agent SDK’s MCPServerSse
Use cases of Snmp Sse Mcp Server
- Query system details, interface statistics, CPU, and memory usage from SNMP devices
- Walk entire OID subtrees or retrieve specific OID values
- List all configured SNMP devices and view available MIB modules
- Fetch historical SNMP data for monitoring trends (paid version)
- Integrate SNMP monitoring into AI agent workflows
FAQ from Snmp Sse Mcp Server
What is the device limit for the free version?
The free version supports up to 2 devices.
What premium features are available in the paid version?
The paid version adds support for 100+ devices and OID data history.
How do I get access to the paid version?
For paid access or custom integration, email [email protected].
What configuration options does the server have?
The server can be configured via the AMX_SNMP_PORT environment variable (default 8001). A config.yaml file and a data directory are required for device definitions and the database.
What MCP clients are compatible with this server?
The server works with any SSE-compatible MCP client, including the OpenAI Agents SDK’s MCPServerSse.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments