packet-coders-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PACKET_CODERS_INVENTORY | Yes | Path to the YAML inventory file containing device definitions. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_lab_devicesA | List lab devices available to this MCP server without returning secrets. |
| send_commandA | Run one read-only show/display command on a lab device. |
| run_health_checkA | Run basic health checks against one device, or all devices when omitted. |
| get_ospf_neighborsA | Read OSPF neighbors from a lab device using a platform-appropriate command. |
| get_bgp_summaryA | Read BGP summary from a lab device using a platform-appropriate command. |
| configure_deviceA | Apply config lines to a lab device, with dry-run enabled by default. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/E-Conners-Lab/packet-coders-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server