GeckoPin is a virtual sticky board that works with Claude, Copilot, Cursor, and many more. AI agents can pin notes, links, and more directly to your board, all while your data stays local.
add_pin( type="note", text="save this!" )
const sandbox = pins.filter((pin) => pin.locked !== true);
const draggable = sandbox.map((pin) => pin.id);
return {
mode: 'demo',
interactions: ['drag', 'checklist-toggle'],
};








Open the board you want to share with AI, then select Connect to AI. GeckoPin creates and maintains a live relay session in the background.
Choose Copilot, Claude, Cursor, Codex, Claude Desktop, or another MCP client flow in the panel. Your first copy creates a stable board-scoped credential for this board.
GeckoPin needs an active browser tab to allow AI interaction. If a board loses all connections, remote access pauses. That's because your data is only accessible through active sessions, never stored server-side.
Here are a few we get a lot.