Skip to main content
Glama

Nautobot MCP Server

by gt732
urls.py234 B
"""Django urlpatterns declaration for nautobot_mcp app.""" from django.urls import path from nautobot_mcp import views app_name = "nautobot_mcp" urlpatterns = [ path("tools/", views.MCPToolsView.as_view(), name="mcp_tools"), ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gt732/nautobot-app-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server