DS Claude Haha MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HAHA_SERVER_URL | No | Loopback HTTP address of the Haha Desktop server. Auto-detected if not set. | auto-detect |
| DS_WORKER_MODEL_ID | No | Default execution model ID. | deepseek-v4-flash |
| DS_WORKER_PROVIDER_ID | No | Provider ID to use for the execution model. Query with deepseek_profiles if needed. | currently active provider |
| DS_WORKER_ALLOWED_ROOTS | No | Semicolon-separated list of absolute directory paths allowed as working roots. Strongly recommended. | |
| DS_WORKER_PERMISSION_MODE | No | Permission mode for the execution agent: 'acceptEdits' or 'bypassPermissions'. | acceptEdits |
| DS_WORKER_TIMEOUT_SECONDS | No | Default timeout for a single task in seconds. | 1800 |
| DS_WORKER_MAX_TIMEOUT_SECONDS | No | Maximum timeout that a caller can request in seconds. | 3600 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/OPFIMISS/DS-Claude-haha-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server