Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Netbox MCP Servershow me all devices in the New York data center"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP-Server-Inbox
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