Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KETTLELOGIC_BASE_URLNoTarget site to read. Point it at your own.https://kettlelogic.com
KETTLELOGIC_HTTP_HOSTNoBind for the http transport.0.0.0.0
KETTLELOGIC_HTTP_PORTNoPort for the http transport.8080
KETTLELOGIC_LOG_LEVELNoLog level. Logs go to stderr (stdout is the MCP channel).INFO
KETTLELOGIC_TRANSPORTNostdio (local clients) or streamable-http (network/k8s).stdio
KETTLELOGIC_MAX_ARTICLESNoTuning: maximum number of articles.
KETTLELOGIC_METRICS_PORTNoIf set, serve Prometheus metrics at /metrics.
KETTLELOGIC_CACHE_TTL_SECONDSNoTuning: cache TTL in seconds.
KETTLELOGIC_FETCH_CONCURRENCYNoTuning: fetch concurrency level.
KETTLELOGIC_OVERVIEW_MAX_CHARSNoTuning: maximum characters for overview.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_articlesA

Search Kettle Logic insight articles by title, slug or description.

get_industry_overviewA

Return a plain-text overview for an industry page (slug, e.g. "retail").

list_articlesA

List every Kettle Logic insight article (title, slug, description) as JSON.

list_industriesA

List the industries Kettle Logic publishes guidance for (name + slug) as JSON.

get_articleA

Fetch one insight article as readable text (slug, e.g. "control-tower-operations").

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
articles_manifestJSON catalog of every insight article on the configured site.
industries_listJSON list of industry pages discovered on the configured site.

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/mploschiavo/mcp-kettlelogic'

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