vyos-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VYOS_URL | Yes | Router API endpoint (e.g., https://vyos.example.com) | |
| VYOS_API_KEY | Yes | API key for authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vyos_infoA | Get VyOS system info (no authentication required). |
| vyos_retrieveB | Read VyOS configuration at a given path. |
| vyos_return_valuesA | Get values of a multi-valued VyOS config node as a list. |
| vyos_existsA | Check if a VyOS configuration path exists. |
| vyos_config_diffA | Show configuration differences. |
| vyos_showB | Run a VyOS operational show command. |
| vyos_validateA | Validate VyOS configuration syntax without persisting changes. |
| vyos_configureA | Apply VyOS configuration with commit-confirm (auto-rollback after 5 min). |
| vyos_confirmA | Confirm a pending commit-confirm, making changes permanent. |
| vyos_saveA | Save running VyOS configuration to disk. |
| vyos_generateC | Run a VyOS generate command (keys, certificates, etc.). |
| vyos_resetC | Run a VyOS reset command. |
| vyos_loadC | Load a VyOS configuration file. |
| vyos_mergeA | Merge a configuration into the running config. |
| vyos_rebootA | Reboot the VyOS router immediately. |
| vyos_poweroffA | Power off the VyOS router immediately. |
| vyos_image_addA | Add a VyOS system image from a URL. |
| vyos_image_deleteA | Delete a VyOS system image. |
| vyos_docs_searchA | Search VyOS documentation for a topic. |
| vyos_docs_readA | Read a VyOS documentation page. |
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/cacack/mcp-server-vyos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server