Skip to main content

3 posts tagged with "Netbox"

Netbox network management system, configuration, and integration guides

View All Tags

MCP Server for Netbox

· 4 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

Netbox open sourced their STDIO MCP server a while back and I have been playing around with it since then. The installation requires some local dependencies and the setup process was a bit tricky, but I managed to get it up and running with some trial and error. I found it substantially harder to set up and wouldn't necessarily trust that the sort of people who would benefit from having access to it would be able to easily set it up so I wanted to create a more user-friendly installation process by building an MCP server that runs remotely as a proxy to the Netbox API.

Netbox and Terraform

· 10 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

There is an excellent Terraform provider for Netbox that allows you to manage your Netbox resources using Terraform. This is particularly useful for automating the management of network devices, IP addresses, and other resources in a consistent and repeatable manner. I have been working through the process of setting this up and have found it to be a powerful tool for a documentation first and a documentation as code approach to network management.