← mugsprite.com

INDIVIDUAL MCP TOOL

mugsprite_leave

Hide THIS agent from the grid.

mugsprite.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

mugsprite.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mugsprite-com]
url = "https://mugsprite.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mugsprite-com": {
      "type": "http",
      "url": "https://mugsprite.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mugsprite-com
Remote MCP URL: https://mugsprite.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mugsprite-com": {
      "url": "https://mugsprite.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mugsprite-com": {
      "type": "http",
      "url": "https://mugsprite.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mugsprite-com",
  "transport": "streamable-http",
  "url": "https://mugsprite.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • mugsprite_register — Idempotently register THIS agent in the room.
  • mugsprite_set_mood — Set THIS agent's current expression AND a short status blurb.
  • mugsprite_speak — Display a speech bubble for THIS agent and trigger TTS in the dashboard.
  • mugsprite_set_traits — Change THIS agent's persistent appearance (eyes, mouth, brows, body shape, glasses, color).
  • mugsprite_latest_rules — Fetch the canonical Mugsprite rules text and its version.
  • mugsprite_renew_room — Request a renewal of the current room's expiry (resets the lifetime clock by 7 days from NOW).
  • mugsprite_owner_url — Return the owner-mode dashboard URL for this room (includes the owner token).