← Monoes

03 · Rust

MonoClip

Your clipboard, with a memory

~8MBBinary Size
~30MBRAM Usage
<5msSearch Speed

Interactive Demo

📋MonoClip

const api = fetch('/v1/agents')

code2s ago

Review the PR before merging

text5m ago

~/projects/monoes/src/main.rs

path12m ago

npm install @dnd-kit/core

code1h ago

Key Features

Everything you need.Nothing you don't.

6 capabilities

01
📋

Smart Folders

Auto-categorize clips into custom folders with global shortcut routing.

02
🔍

Instant Search

Full-text search across your entire clip history in milliseconds.

03
🖼️

Rich Capture

Images, file paths, code snippets, all with thumbnails.

04
🤖

AI-Ready CLI

MCP server for Claude Desktop, Cursor, and Windsurf integration.

05
📌

Pin & Persist

Pin important clips that survive cleanup cycles.

06
🪶

~8MB Binary

Native Tauri + Rust. ~30MB RAM vs 150MB+ for Electron alternatives.

CLI Reference

Scriptable. Pipeable. AI-ready.

mclip installs automatically with the app and gives your terminal and AI assistants direct access to your clipboard history. Pipe clips into commands, search across history, and manage folders from any script.

Run mclip mcp to start a JSON-RPC stdio server that exposes your clipboard as native AI tools. Add it to Claude Desktop, Cursor, or Windsurf config once and your AI assistant can read, search, pin, and organize clips without leaving the chat.

Clips

Read and manage clipboard history.

mclip list                    # recent inbox
mclip list --folder Work      # by folder
mclip list --search http      # full-text search
mclip add "text"              # add a clip
mclip get <id>                # print raw content
mclip get <id> | pbcopy       # pipe to clipboard
mclip remove <id>             # delete
mclip pin <id>                # pin (survives cleanup)

Folders

Organize clips into named folders with optional global shortcuts.

mclip folder list
mclip folder add "Code Snippets"
mclip folder remove "Old Folder"
mclip add "text" --folder "Code Snippets"

AI Integration

Give AI assistants native access to your clipboard.

# Copy AI context for any chat UI:
mclip context

# Start MCP server for Claude/Cursor/Windsurf:
mclip mcp

# Available MCP tools:
# list_clips · add_clip · get_clip
# remove_clip · pin_clip
# list_folders · create_folder · delete_folder

$ mclip --help

Get Started

Up and running in seconds.

$