Skip to main content
Glama

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
{
  "claude/channel": {},
  "claude/channel/permission": {}
}

Tools

Functions exposed to the LLM to take actions

NameDescription
register_taskB

Register a task_id. Stdio per-session makes per-port routing unnecessary; this exists for backward compatibility with .claude/commands/*-hermit.md.

run_taskA

Run a coding task using a local LLM (default: qwen3-coder:30b). If background=true, immediately returns {status:'running', task_id} and runs in the background. Check completion with check_task(task_id). Return values: {status:"running", task_id} — running in background (when background=true). {status:"waiting", task_id, question, options} — HermitAgent is asking a question. Reply with reply_task(task_id, message). {status:"done", result} — task completed.

reply_taskA

Send a reply to HermitAgent when run_task returned {status:"waiting"}. Return format is the same as run_task (waiting or done).

check_taskA

Check the current status of a background task (use after run_task with background=true). Return values: {status:"running"} — still running. {status:"waiting", question, options} — user input required. {status:"done", result} — completed. {status:"not_found"} — task_id not found (already completed and removed). Use full=true to retrieve the complete result without truncation.

cancel_taskC

Cancel a running task.

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/cafitac/hermit-agent'

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