MCP.so
ログイン

NetBox MCP Server

@netboxlabs

NetBox MCP Server について

Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

python

トランスポート

stdio

公開者

netboxlabs

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "netbox-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

3

Retrieves NetBox core objects based on their type and filters

Gets detailed information about a specific NetBox object by its ID

Retrieves change history records (audit trail) based on filters

概要

What is NetBox MCP Server?

A read-only Model Context Protocol server that connects LLMs to NetBox data, enabling natural language queries of network inventory, IPAM, change logs, and more via MCP-compatible clients.

How to use NetBox MCP Server?

Create a read-only NetBox API token, install dependencies (uv sync or `pip install -e

コメント

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