Skip to main content
Glama
krihal

Clixon MCP Server

by krihal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_config
Fetch network device configuration via RESTCONF. Args: url: RESTCONF URL, e.g. https://device:8443/restconf/data username: HTTP basic auth username (optional). password: HTTP basic auth password (optional). verify_ssl: Whether to verify SSL certificates (default: False).
get_config
Return the currently cached RESTCONF configuration. Call fetch_config first to load configuration from a device.
get_config_path
Extract a specific section from the cached configuration by dot-separated path. Args: path: Dot-separated path into the config, e.g. "ietf-interfaces:interfaces" or "ietf-interfaces:interfaces.interface"

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_config Create a prompt to fetch and analyze device configuration.

Resources

Contextual data attached and managed by the client

NameDescription
server_info Return server metadata as JSON.

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/krihal/clixon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server