← nukez.xyz

INDIVIDUAL MCP TOOL

nukez_remember

Store a structured memory record in your Nukez locker.

nukez.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nukez.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for nukez_remember and invoke it with your own arguments.

Indexed 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 server

nukez.xyz

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.nukez]
url = "https://mcp.nukez.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nukez": {
      "type": "http",
      "url": "https://mcp.nukez.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nukez
Remote MCP URL: https://mcp.nukez.xyz/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": {
    "nukez": {
      "url": "https://mcp.nukez.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • nukez_quote — Step 1: Get storage pricing and payment options.
  • nukez_pay — Step 2: Record an externally-executed on-chain payment.
  • nukez_provision — Step 3: Confirm payment settlement on the gateway and provision the storage locker.
  • nukez_setup — Set up Nukez storage: checks wallet, purchases storage, and provisions locker in a single call.
  • nukez_create_file — Create a file entry and get upload_url + confirm_url for direct upload.
  • nukez_store — Store files in your Nukez locker.
  • nukez_confirm — Confirm a file upload after sandbox curl completes.
  • nukez_upload_chunk — Upload a file in chunks when sandbox curl/network is blocked.