nautobot-app-mcp

nautobot-app-mcp

14

Nautobot MCP is a tool designed to integrate the MCP server with Nautobot, enhancing network automation and management by providing AI-ready interfaces. It facilitates interaction with network data through a standardized protocol and supports custom tool creation and deployment options.

What is the purpose of Nautobot MCP?

Nautobot MCP allows AI systems to interact with network data using a standardized protocol, enhancing network automation and management capabilities.

How can I create custom tools for Nautobot MCP?

Custom tools can be created by defining Python functions in the directory specified in the MCP_CUSTOM_TOOLS_DIR configuration.

What are the deployment options for Nautobot MCP?

Nautobot MCP can be deployed manually or as a systemd service, which is recommended for production environments.

How do I view available tools in Nautobot MCP?

Available tools can be viewed in the Nautobot web interface at the specified plugins URL for Nautobot MCP.

Is Nautobot MCP compatible with Docker?

Creating a Docker container for the MCP server is listed as a TODO, indicating future compatibility plans.