Netbox MCP Server

by duckmak14

Netbox MCP 서버

Netbox의 네트워크 인프라 관리 기능과 MCP(멀티 클라우드 플랫폼) 기능을 결합한 강력한 통합 서버입니다.

필수 조건

시스템에 다음이 설치되어 있는지 확인하세요.

설치

옵션 1: 로컬 설치

  1. 저장소를 복제합니다.

지엑스피1

  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