Clipboard History MCP✓
io.github.d-khomenko/clipboard-history-mcp · v0.5.0-alpha.0
v0.5.0-alpha.0▦ other mcpb: https://github.com/d-khomenko/clipboard-history-mcp/releases/download/v0.5.0-alpha.0/clipboard-history-mcp.mcpb↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.d-khomenko/clipboard-history-mcp",
"description": "Your clipboard, but Claude can read it. Type-classified, secret-encrypted. macOS + Linux.",
"title": "Clipboard History MCP",
"repository": {
"url": "https://github.com/d-khomenko/clipboard-history-mcp",
"source": "github"
},
"version": "0.5.0-alpha.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}