📦
First MCP Server
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about First MCP Server
Powered by Claude · Grounded in docs
I know everything about First MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Network MCP Lab
A Model Context Protocol (MCP) server for interacting with network devices. This lab demonstrates how to build an MCP server that connects to Cisco IOS-XE devices using Scrapli.
Video Series
This lab accompanies the video series available at: https://youtu.be/DlSJgTCUCDk
Features
- Execute show commands on network devices
- List available devices in the lab inventory
- Async SSH connections using Scrapli
Setup
- Clone the repository
- Install dependencies using uv:
uv sync - Create a
.envfile with your device credentials:LAB_USERNAME=your_username LAB_PASSWORD=your_password - Update the device inventory in
server.pywith your device IPs
Usage
Run the MCP server:
uv run server.py
Project Structure
server.py- Main MCP server with network toolsnetwork-mcp/- Package directorypyproject.toml- Project configuration
Requirements
- Python 3.13+
- Network devices accessible via SSH
