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