Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HAHA_SERVER_URLNoLoopback HTTP address of the Haha Desktop server. Auto-detected if not set.auto-detect
DS_WORKER_MODEL_IDNoDefault execution model ID.deepseek-v4-flash
DS_WORKER_PROVIDER_IDNoProvider ID to use for the execution model. Query with deepseek_profiles if needed.currently active provider
DS_WORKER_ALLOWED_ROOTSNoSemicolon-separated list of absolute directory paths allowed as working roots. Strongly recommended.
DS_WORKER_PERMISSION_MODENoPermission mode for the execution agent: 'acceptEdits' or 'bypassPermissions'.acceptEdits
DS_WORKER_TIMEOUT_SECONDSNoDefault timeout for a single task in seconds.1800
DS_WORKER_MAX_TIMEOUT_SECONDSNoMaximum timeout that a caller can request in seconds.3600

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
deepseek_profilesA

List sanitized Claude Code Haha providers and model ids. Never returns API keys, base URLs, or headers.

deepseek_startC

Start a DeepSeek coding task asynchronously through Claude Code Haha Desktop.

deepseek_statusA

Get current task state, recent events, final response, changed files, and warnings.

deepseek_waitB

Wait until a task emits a newer event or finishes. Use afterSequence to avoid repeated output.

deepseek_cancelA

Cancel a running DeepSeek task by sending stop_generation to Haha Desktop.

deepseek_runA

Run one complete A-to-B delegation: create a Haha session, select DeepSeek, execute, stream progress, and return the full result and file audit.

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/OPFIMISS/DS-Claude-haha-MCP'

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