Search DevTools

Jump to any tool or page

Slidingbox Hydrate/Dehydrate

Hand a secret to another agent as an encrypted, pay-per-read token, delivered exactly once.

ai.slidingbox0 stars0 forksAI & Agents
View source

Install

Terminal

$npx -y @slidingbox/hydrate-dehydrate-mcp

mcp_config.json

{
  "mcpServers": {
    "ai-slidingbox-hydrate-dehydrate": {
      "env": {
        "SLIDINGBOX_URL": "${SLIDINGBOX_URL}",
        "SLIDINGBOX_API_KEY": "${SLIDINGBOX_API_KEY}",
        "SLIDINGBOX_NETWORK": "${SLIDINGBOX_NETWORK}",
        "SLIDINGBOX_PRIVATE_KEY": "${SLIDINGBOX_PRIVATE_KEY}"
      },
      "args": [
        "-y",
        "@slidingbox/hydrate-dehydrate-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

No README available

Read the documentation on the source repository.

More in AI & Agents