Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STATE_SECRETNoSecret for Slack state (generated with `openssl rand -hex 32`).
KLAXON_USE_MCPNoSet to '1' to load tools via MCP stdio instead of in-process.0
PUBLIC_BASE_URLNoPublic base URL (e.g., ngrok HTTPS origin) for Slack OAuth.
ANTHROPIC_API_KEYNoAPI key for Anthropic (optional; without it the agent echoes).
TOKEN_ENCRYPTION_KEYNoKey for encrypting Slack tokens (generated with Fernet).

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_issuesA

Search incident issues by text, kind, status, or severity.

get_issueA

Get full details for an issue by public_id (e.g. INC-0001).

issue_statsA

Aggregate issue counts by status, kind, severity, or source.

Optional since/until are ISO-8601 timestamps.

create_issueB

Create a new incident issue. labels is comma-separated; features_json is a JSON object.

update_issueC

Update fields on an existing issue.

update_issue_statusC

Change an issue's status and optionally add a comment.

add_commentC

Add a comment to an issue.

simulate_upstream_ingestC

Simulate an upstream system creating an issue (source=upstream).

create_github_issueA

Simulate opening a GitHub issue for an incident (logged as a side effect only).

list_side_effectsB

List simulated side effects, optionally filtered by issue public_id.

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/ali-cabukel/klaxon'

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