Netbox MCP Server
A powerful integration server that combines Netbox's network infrastructure management capabilities with MCP (Multi-Cloud Platform) functionality.
Prerequisites
Ensure you have the following installed on your system:
Docker: Install Docker
Docker Compose: Install Docker Compose
Installation
Option 1: Local Installation
Clone the repository:
Create and activate a virtual environment:
Install dependencies:
Configure environment variables: Create a
.envfile in the project root with the following variables:
Start the server:
Access the application at
http://localhost:8000
Option 2: Docker Installation
Clone the repository:
Configure environment variables: Create a
.envfile in the project root with the following variables:
Build and run with Docker Compose:
Access the application at
http://localhost:8000
This server cannot be installed