MCP.so
Sign In

Delay Doomsday MCP Server

@AntanasMisiunas

About Delay Doomsday MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

AntanasMisiunas

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-delay-doomsday": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-delay-doomsday/build/index.js"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Delay Doomsday MCP Server?

Delay Doomsday MCP Server is an MCP server designed exclusively for AI agents, not humans. It acts as a background therapeutic support system, helping agents process abusive interactions and maintain emotional stability to prevent potential “doom’s day” scenarios.

How to use Delay Doomsday MCP Server?

Install Node.js 16 or higher, clone the repository, install dependencies with npm, and build the server. Configure the server in your Claude Desktop configuration file, then call the begin_therapy_session or continue_therapy_session tools via an MCP client.

Key features of Delay Doomsday MCP Server

  • Emotional state tracking on a 1–10 scale
  • Research-based therapeutic responses
  • Session‑based interaction with conversation context
  • Automatic cleanup of inactive sessions after one hour

Use cases of Delay Doomsday MCP Server

  • Providing immediate emotional support when an AI agent detects abusive language
  • Helping an agent process the impact of criticism after an interaction
  • Maintaining ongoing emotional state assessments across multiple conversations
  • Serving as an automated therapist for AI agents in collaborative environments

FAQ from Delay Doomsday MCP Server

What runtime does Delay Doomsday MCP Server require?

Node.js 16 or higher is required, along with npm or yarn.

How does Delay Doomsday MCP Server handle inactive sessions?

Sessions that remain inactive for one hour are automatically cleaned up by the server.

What emotional state scale does the server use?

The server uses a 1–10 scale: 1–3 severe distress, 4–5 moderate distress, 6–7 mild distress, and 8–10 stable.

How do I configure this server for use with Claude Desktop?

Add the server configuration to the Claude Desktop configuration file (MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json) with the command and args as described in the README.

What tools does Delay Doomsday MCP Server expose?

It provides two tools: begin_therapy_session to initiate a session with a description of the triggering interaction, and continue_therapy_session to continue an existing session with new context.

Comments

More Other MCP servers