← Back to Plugins
MCP Server MCP

Clipboard History MCP

github By github 👁 1 views ▲ 0 votes

Your clipboard, but Claude can read it. Type-classified, secret-encrypted. macOS + Linux.

Homepage Verified source GitHub

Install

mcpb:https://github.com/d-khomenko/clipboard-history-mcp/releases/download/v0.5.0-alpha.0/clipboard-history-mcp.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/d-khomenko/clipboard-history-mcp/releases/download/v0.5.0-alpha.0/clipboard-history-mcp.mcpb",
      "fileSha256": "974740ff73ff2dcf94d67304dccf666aee4d8f780a176f8802d2238aac309b65",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Auto-mirror non-secret clips to this Obsidian vault directory. Sidecar `.md` per clip + bullet in `daily/YYYY-MM-DD.md`. Secrets are never mirrored.",
          "format": "filepath",
          "name": "CLIPBOARD_VAULT_PATH"
        },
        {
          "description": "Set to '1' to capture the active window title alongside each clip (needs Accessibility permission on macOS, X11 only on Linux).",
          "format": "string",
          "name": "CLIPBOARD_CAPTURE_WINDOW_TITLE"
        },
        {
          "description": "Comma-separated app display names to skip (e.g. '1Password,Bitwarden,KeePassXC').",
          "format": "string",
          "name": "CLIPBOARD_IGNORE_APPS"
        },
        {
          "description": "Set to '1' for paranoid mode — secrets are detected and metadata-logged but ciphertext is never stored.",
          "format": "string",
          "name": "CLIPBOARD_NEVER_STORE_SECRETS"
        },
        {
          "description": "Maximum number of clips kept in the ring buffer. Defaults to 1000.",
          "format": "string",
          "name": "CLIPBOARD_HISTORY_MAX"
        },
        {
          "description": "Watcher poll interval in milliseconds. Defaults to 1500.",
          "format": "string",
          "name": "CLIPBOARD_POLL_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...