A
licenseNot graded
qualityD
maintenanceThis repository implements an MCP (Model Connector Plugin) server for NetBox with full CRUD capabilities, search, and changelog retrieval.
Apache 2.0
Netbox의 네트워크 인프라 관리 기능과 MCP(멀티 클라우드 플랫폼) 기능을 결합한 강력한 통합 서버입니다.
시스템에 다음이 설치되어 있는지 확인하세요.
Docker : Docker 설치
Docker Compose : Docker Compose 설치
Related MCP server: Itential MCP Server
저장소를 복제합니다.
지엑스피1
가상 환경을 만들고 활성화하세요.
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate종속성 설치:
pip install -r requirements.txt환경 변수 구성: 다음 변수가 포함된 프로젝트 루트에 .env 파일을 만듭니다.
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_token서버를 시작합니다:
python server.pyhttp://localhost:8000 에서 애플리케이션에 접속하세요
저장소를 복제합니다.
git clone https://github.com/duckmak14/netbox-mcp.git
cd netbox-mcp환경 변수 구성: 다음 변수가 포함된 프로젝트 루트에 .env 파일을 만듭니다.
NETBOX_URL=your_netbox_url
NETBOX_TOKEN=your_api_tokenDocker 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 downhttp://localhost:8000 에서 애플리케이션에 접속하세요
This server cannot be deployed
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.