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.

コメント

「その他」の他のコンテンツ