We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Owen123-lang/netmiko_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•167 B
# Netmiko for SSH connection to Cisco devices
netmiko>=4.3.0
# MCP SDK for building MCP server
mcp>=0.9.0
# Additional utilities
python-dotenv>=1.0.0
pydantic>=2.0.0