Skip to content

Upgrading the Nautobot MCP Server

Here you will find any steps necessary to upgrade the Nautobot MCP Server in your environment.

Upgrade Guide

To upgrade to the latest version:

pip install --upgrade nautobot-mcp-server

To upgrade to a specific version:

pip install nautobot-mcp-server==1.2.0

After upgrading, restart the server (or the systemd service if applicable):

sudo systemctl restart nautobot-mcp-server