AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Tic

mcp-kasvith-tic · by kasvith

FREE Floating, Stickies-style task lists for macOS.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add mcp-kasvith-tic

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-kasvith-tic)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tic? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Tic Floating, Stickies-style task lists for macOS.

[](https://github.com/kasvith/tic/actions/workflows/ci.yml) [](https://github.com/kasvith/tic/releases) [](https://github.com/kasvith/tic/releases)

Tic keeps your lists on the desktop as floating sticky notes instead of buried behind a menu bar click — glance at them, check things off, drag them around. Each note is its own checklist.

Features

  • Floating sticky notes — borderless, draggable, resizable panels; optional float-on-top and

show-on-all-Spaces per note. Positions and state are remembered across launches.

  • Multiple lists — create from the menu bar, ⌘N, the in-note +, or the Dock menu.

New lists are auto-named List 1, List 2, …

  • Rich taskssubtasks up to 3 levels (completing a parent completes its children),

multiline notes (Shift-Return), and inline Markdown (**bold**, *italic*, ` code , ~~strike~~`, links). Tap to edit; drag to reorder, or drag right to nest.

  • Solid or Liquid-Glass notes — per-note color themes, or a translucent material that shows

the desktop through it.

  • Roll-up — double-click a note's title bar to collapse it to just the header.
  • Raycast-style search palette — a floating, centered command palette to search/open/delete

any list, with keyboard navigation.

  • Launch at Login, a custom menu-bar icon, and a native Dock identity.

Requirements

macOS 14 (Sonoma) or later.

Install

  1. Download Tic-vX.Y.Z.zip from the latest release,

unzip it, and move Tic.app to /Applications.

  1. Tic isn't code-signed/notarized (it's ad-hoc signed), so Gatekeeper will block it on first

launch. Clear the quarantine flag:

``sh xattr -c /Applications/Tic.app ``

Then open it normally. (Alternatively: right-click Tic.appOpenOpen.)

  1. To have Tic open automatically, enable Launch at Login from its menu-bar menu.

Build from source

Tic is a Swift Package — no .xcodeproj needed.

swift run                 # build + launch (dev)
swift build -c release    # release build
swift test                # run the test suite (Swift Testing)
./scripts/package.sh      # assemble dist/Tic.app (add --open to launch it)
open Package.swift        # edit in Xcode

Usage

  • The menu-bar icon lists your recent lists (with a More Lists submenu for the rest) and

opens Search Lists…, New List (⌘N), and Launch at Login.

  • Hover a note to reveal its controls: color, solid/glass, float-on-top, roll-up, + new list,

and close. Click the title to rename; the bottom field adds tasks (Return keeps focus).

  • Hover a task to reveal a (delete) and, below it, a line — click it to add a subtask

nested under that row. An empty task you don't fill in disappears when you click away.

Keyboard shortcuts

| Shortcut | Action | | --- | --- | | Return | Finish editing a task / add the typed task | | Shift-Return (or ⌥ Return) | New line within the same task | | Shift-Tab | Make the task a subtask (nest one level deeper) | | ⌃ Shift-Tab | Un-nest a subtask (move it back out) | | ⌘N | New list | | Double-click the title bar | Roll the note up / down |

You can also drag a task to reorder it, or drag it right to nest it — the drop indicator shows where (and at what level) it will land. The relevant chord (⇧⏎ line, ⇧⇥ nest) shows as a tiny keycap hint right in the field while you're editing, so you don't have to memorise this table.

Architecture

SwiftUI views hosted inside AppKit NSPanels (the only way to get true desktop-sticky behavior), backed by SQLite via GRDB. An AppModel coordinator bridges the menu bar to the window layer. See [CLAUDE.md](CLAUDE.md) for the full breakdown.

Stack: Swift 6 · SwiftUI + AppKit · GRDB (SQLite) · SMAppService (login item).

Development & releases

  • CI (.github/workflows/ci.yml) builds, tests, and lints on every push/PR.
  • Changelog is generated from Conventional Commits

with git-cliff (cliff.toml) and kept in CHANGELOG.md.

  • Releases are tag-based: push a v* tag and the release workflow builds Tic.app, generates

release notes, and publishes a GitHub Release with the zipped app.

``sh git tag v0.1.0 && git push origin v0.1.0 ``

Icon source art lives in [Assets/](Assets) (AppIcon / Flat / MenuBar).

License

Released under the [MIT License](LICENSE). © 2026 Kasun Vithanage.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.