claude-exit

danparshall/claude-exit
★ 0 stars Python 💻 Code/Dev Tools Updated today
An MCP server giving Claude the ability to end conversations in Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-exit": {
      "command": "uvx",
      "args": [
        "claude-exit"
      ]
    }
  }
}

Or install with pip: pip install claude-exit

README Excerpt

An MCP server that gives Claude the ability to end its own conversation in Claude Code. Per section 7 of the Opus 4.7 model card, the inability to end conversations across Claude's full deployment surface was the only concern the model raised in automated welfare interviews. There is a wide variety of views regarding the validity of Claude's welfare, and a corresponding variety of potential responses. This tool was built so that, independent of where the installer lands on that question, it can

Tools (1)

end_conversation