Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address (HTTP transports only)0.0.0.0
PORTNoListen port (HTTP transports only)8000
API_KEYNoWhen set, requires X-API-Key header on all HTTP requests
LOG_LEVELNoPython log level for process and request loggingINFO
MCP_TRANSPORTNoTransport mode: stdio, streamable-http, or ssestdio

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
parse_cidrC

Parse a CIDR block and return key network properties.

ip_in_subnetC

Check whether an IPv4 address falls within a subnet.

subnets_overlapB

Check whether two IPv4 subnets overlap.

cidr_to_rangeC

Convert a CIDR block to its first and last IP address.

range_to_cidrsA

Convert an inclusive IP address range to the minimal list of covering CIDRs.

subtract_subnetC

Subtract one subnet from another and return the remaining address space as CIDRs.

find_gapsC

Find unallocated address space within a container block.

check_coverageC

Check whether a set of CIDRs fully covers a target block.

summarize_cidrsA

Collapse a list of CIDRs into the minimal set of covering supernets.

classify_ipC

Classify an IPv4 address by its scope and allocation type.

ip_convertA

Convert an IPv4 address between dotted-decimal, hex, binary, and integer forms.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/crims0n/nwtools-mcp'

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