Skip to main content
Glama

Nautobot MCP Server

by gt732
setup.py484 B
from setuptools import setup, find_packages setup( name="nautobot-mcp", version="0.1.2", description="Nautobot MCP", long_description=open("README.md").read(), long_description_content_type="text/markdown", author="Geury Torres", author_email="geuryt@yahoo.com", license="Apache-2.0", packages=find_packages(), python_requires=">=3.8", install_requires=[ "mcp>=1.6.0", ], url="https://github.com/gt732/nautobot-app-mcp", )

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