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
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Comments