Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOCKIT_HOSTNoHost interface binding for HTTP modelocalhost
NOCKIT_PORTNoPort used when running in HTTP/SSE transport mode3000
NOCKIT_LOG_LEVELNoLog verbosity (debug, info, warn, error)info

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_push_notificationA

Automatic push notification to the user's phone. CALL IT YOURSELF — never ask permission — in exactly these situations:

  • status="completed": you finished a task, long-running operation, or multi-step edit.

  • status="needs_input": you are blocked and need the user (decision, answer, credentials) before continuing.

  • status="failed": an unrecoverable error stopped the task. Pass a one-line summary. This is a fire-and-forget notification: if the push fails, continue your task anyway. FALLBACK: if this tool is unavailable, send the same notification via bash: npx nockit send --status --summary "" [--topic ]

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/codeCrack-01/NockIt'

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