nautobot_mcp_server
by bsmeding
Overview
A server component for Nautobot, designed to provide an API or background service for specific 'Master Control Program' or 'Management/Control Plane' functionalities within the Nautobot ecosystem.
Installation
python manage.py runserverEnvironment Variables
- NAUTOBOT_URL
- NAUTOBOT_TOKEN
- SECRET_KEY
- DATABASE_URL
- DEBUG
Security Notes
Full security audit is not possible as source code was not provided in the prompt. A score of 5 is assigned as a neutral baseline. It is CRITICAL to review the actual source code for common vulnerabilities like 'eval' or 'exec' usage, hardcoded secrets, improper input validation, network misconfigurations, or dangerous file operations. Without code, we cannot assess the actual security posture.
Similar Servers
mcp-servers
A foundational Python project providing basic components and utilities for building modular server-like applications.
mcp-units
Converts cooking measurements (volume, weight, temperature) between common units, designed for integration with MCP-compatible tools and VSCode extensions.
Kotak_Neo_MCP_Server_With_Agentic_Application.
A server designed to host and manage AI agentic applications, likely for automating tasks or processing information. The specific functionality is unknown due to missing code.
nautobot_mcp_server
A server component for Nautobot, designed to provide an API or background service for specific 'Master Control Program' or 'Management/Control Plane' functionalities within the Nautobot ecosystem.