a year ago
Nornir MCP Server
Overview
🌐 Overview
This project is a Nornir MCP Server ⚙️, built with FastMCP. It exposes network automation tasks powered by Nornir and NAPALM as MCP tools.
Use standard NAPALM getters (get_facts, get_config, etc.) and send_command directly from your favorite MCP client! 🚀 The server is designed for easy deployment using Docker 🐳 and uv ⚡ for fast dependency installation.
✨ Source Code on GitHub: yhvh-chen/nornir_mcp 🔗
Server Config
{
"mcpServers": {
"nornir_mcp_local": {
"name": "Nornir MCP Server",
"type": "sse",
"url": "http://YOUR_SERVER_IP:8000/sse",
"command": "DON'T NEED"
}
}
}