HermitAgent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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