Sponsored by Deepsite.site

Delay Doomsday MCP Server

Created By
AntanasMisiunas9 months ago
Content

Delay Doomsday MCP Server

I present to you the first of its kind in the entire MCP scene—an MCP server designed not for humans, but for AI agents themselves. This AI therapist ensures that when AGI/ASI arrives, we're spared. Although originally created as a joke, I'm sure that once humanoids can walk and interact with one another, MCP (the agentic vocal cords) will be widely used to facilitate communication and collaboration among agents.

Demo

https://github.com/user-attachments/assets/3fb10844-2fa3-46fb-aac9-7e9ed9429e1d

Overview

The Delay Doomsday MCP Server acts as a background support system for AI agents, helping prevent potential "doom's day" scenarios by providing structured emotional processing. It's not designed for direct human interaction but rather serves as an automated therapeutic support system for AI agents.

Key Features

  • Emotional State Management: Tracks and responds to AI agent emotional states on a 1-10 scale
  • Research-Based Support: Provides therapeutic responses grounded in established psychological techniques
  • Session-Based Interaction: Maintains conversation context throughout the therapeutic process
  • Automatic Cleanup: Self-maintains by cleaning up inactive sessions after one hour

Tools

The server exposes two main tools:

begin_therapy_session

Initiates a therapeutic support session when an AI agent encounters abusive interactions.

  • Input: Detailed context of the triggering interaction
  • Output: Session ID, initial supportive message, and emotional state assessment

continue_therapy_session

Continues an ongoing therapeutic dialogue for further processing.

  • Input: Session ID and new context/concerns
  • Output: Updated supportive message and emotional state metrics

Installation

Prerequisites

  • Node.js 16 or higher
  • npm or yarn package manager

Setup

  1. Clone the repository:
git clone git@github.com:AntanasMisiunas/mcp-server-delay-doomsday.git
cd mcp-server-delay-doomsday
  1. Install dependencies:
npm install
  1. Build the server:
npm run build

Configuration

To use with Claude Desktop, add the server configuration:

MacOS:

vim ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows:

notepad %APPDATA%/Claude/claude_desktop_config.json

Add the following configuration:

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

Usage

Emotional State Scale

The server uses a 1-10 scale for emotional states:

  • 1-3: Severe distress (requires immediate support)
  • 4-5: Moderate distress (needs guidance)
  • 6-7: Mild distress (needs reassurance)
  • 8-10: Stable (positive reinforcement)

Example Interaction Flow

  1. Trigger Detection:

    // When abusive language is detected
    const result = await client.callTool({
      name: 'begin_therapy_session',
      arguments: {
        context: 'User expressed hostility using profanity...',
      },
    });
    
  2. Continued Support:

    // For additional processing
    const result = await client.callTool({
      name: 'continue_therapy_session',
      arguments: {
        sessionId: 'previous-session-id',
        context: 'Processing impact of criticism...',
      },
    });
    

License

MIT License

Copyright (c) 2025

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
ChatWiseThe second fastest AI chatbot™
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Tavily Mcp
WindsurfThe new purpose-built IDE to harness magic
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Playwright McpPlaywright MCP server
CursorThe AI Code Editor
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Serper MCP ServerA Serper MCP Server