Netbox MCP Server

by duckmak14

Netbox MCP サーバー

Netbox のネットワーク インフラストラクチャ管理機能と MCP (マルチクラウド プラットフォーム) 機能を組み合わせた強力な統合サーバーです。

前提条件

システムに以下がインストールされていることを確認してください。

インストール

オプション1: ローカルインストール

  1. リポジトリをクローンします。
apt install python3.10-venv git clone https://github.com/duckmak14/netbox-mcp.git cd netbox-mcp
  1. 仮想環境を作成してアクティブ化します。
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
  1. 依存関係をインストールします:
pip install -r requirements.txt
  1. 環境変数を構成する: 次の変数を含む.envファイルをプロジェクト ルートに作成します。
NETBOX_URL=your_netbox_url NETBOX_TOKEN=your_api_token
  1. サーバーを起動します。
python server.py
  1. http://localhost:8000でアプリケーションにアクセスします。

オプション2: Dockerのインストール

  1. リポジトリをクローンします。
git clone https://github.com/duckmak14/netbox-mcp.git cd netbox-mcp
  1. 環境変数を構成する: 次の変数を含む.envファイルをプロジェクト ルートに作成します。
NETBOX_URL=your_netbox_url NETBOX_TOKEN=your_api_token
  1. Docker Compose でビルドして実行します。
**Note:** Starting from Docker Compose version 2.0, use the `docker compose` command. For older versions, use `docker-compose`.
# Build and start the container in detached mode docker compose up -d # View logs docker compose logs -f # Stop the container docker compose down
**Note:** For older versions, use `docker-compose`.
# Build and start the container in detached mode docker-compose up -d # View logs docker-compose logs -f # Stop the container docker-compose down
  1. http://localhost:8000でアプリケーションにアクセスします。
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Netbox のネットワーク インフラストラクチャ管理機能と MCP (マルチクラウド プラットフォーム) 機能を組み合わせた強力な統合サーバーです。

  1. 前提条件
    1. インストール
      1. オプション1: ローカルインストール
      2. オプション2: Dockerのインストール

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A central hub that aggregates multiple MCP resource servers into a single unified interface, enabling users to access tools and capabilities from multiple backend servers through one connection point.
      Last updated -
      30
      TypeScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
      Last updated -
      2
      JavaScript
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
      Last updated -
      39
      26
      • Apple

    View all related MCP servers

    ID: ovdhopm2ez