MCP.so
登录

Snmp Sse Mcp Server

@aimiox

关于 Snmp Sse Mcp Server

Model Context Protocol (MCP) servers and clients

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

aimiox

提交者

af-gokhan

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器