CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
xiaojiou176-open avatar

NoteStore Lab MCP

xiaojiou176-open/apple-notes-forensics
2STDIOregistry active
Summary

Forensic recovery for Apple Notes that runs entirely local. Exposes NoteStore.sqlite browsing, deleted note recovery, and case review as MCP tools. You point it at a NoteStore case root, it surfaces trashed and orphan notes without sending anything off your machine. Built for audit scenarios where you need receipts: every recovered note ships with its path, hash, and snippet. Reach for this when you need to prove what was deleted or pull notes from corrupted databases. Part of the xiaojiou176 "yard" family of structured proof tools. Uses stdio transport, so it plugs straight into Claude Desktop or any MCP client that can spawn local processes.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

memo

notes-recover

your Apple Notes never really die

Stars Last Commit License

What You Get • Install • How It Work • Ecosystem


notes-recover is a forensic-grade reader for Apple Notes. Recover deleted notes, browse the raw NoteStore, and ship audit-ready bundles. Nothing leaves your machine.

🤝 Sister repo: want a prevention-side workflow that schedules backups before notes go missing? See notebackup — the Apple Notes backup control room (path-aware exports, launchd scheduling, health checks). notebackup covers the before; notes-recover covers the after. Together they cover the full Apple Notes lifecycle on macOS.

┌──────────────────────────────────────┐
│  LOCAL-FIRST          ████████ 100%  │
│  SOURCE-TRACEABLE     ████████ 100%  │
│  TYPING REQUIRED      ░░░░░░░░   0%  │
│  VIBES                ████████ ZERO  │
│                                FILLER│
└──────────────────────────────────────┘

Recover, browse, prove. NoteStore is just SQLite if you know where to look.

What You Get

SurfaceWhat
notes-recovery cliWalk NoteStore.sqlite. Recover trashed and orphan notes.
case review skillBounded Q&A over a single case root, no hallucinations.
agent pluginsDrop-in for Claude, Codex, OpenClaw — case in, summary out.
proof bundleEvery claim ships with the path, hash, and snippet.

[!IMPORTANT] Local-first by default. No silent telemetry. No cloud round-trip. Your data stays on your machine until you explicitly ship it somewhere.

Install

git clone https://github.com/xiaojiou176-open/notes-recover.git
cd notes-recover
# follow the per-stack quickstart in INSTALL.md or docs/

Three commands. No curl | sh. No login. Read what you run.

Install break? Open your favorite agent and say "Read AGENTS.md and bootstrap notes-recover for me." Agent fix own brain. Long version: docs/.

How It Work

The repo is seven layers — exactly the seven commits in git log. New work goes in as small named PRs. No 50-file mystery commits.

LayerWhat
chore: scaffoldLicense, governance, hygiene gates, CI scaffolding.
feat(core)The primary engine. The reason notes-recover exists.
feat(modules)Packages, adapters, services, plugins. The second floor.
feat(contracts)Schemas, configs, public boundaries. Other code talks here.
test:Receipts. Everything in this layer must run.
feat(ops)Scripts, infra, CI helpers, build glue.
docs:Public docs surface. The pretty face.

git log reads like a building floor plan. Look once, know the whole shape.

Ecosystem

notes-recover lives in the yard family: seven yards. one philosophy: structured input, structured output, structured proof.

RepoWhat
switchyardmodel & agent runtime switch board
browserclickyardyour AI clicks, your browser obeys
notes-recover (you here)your Apple Notes never really die
dealyardlet prices fight, you sit and watch
docyarddocs site in, markdown out, no scraping by hand
fileyardmessy folders in, organized library out
proofyardevery claim ships with its receipt

Cross-family taste: BeamMe · BrewMe · OpenVibeCoding · proofyard.

Star This Repo

If notes-recover saves you a click, an hour, or a headache — star costs zero. Fair trade. ⭐

Star History Chart

Also by Yifeng[Terry] Yu

  • switchyard — model & agent runtime switch board
  • browserclickyard — your AI clicks, your browser obeys
  • BeamMe — beam your agent config to any planet
  • BrewMe — wake up, news already brewed
  • OpenVibeCoding — AI codes overnight, you ship in the morning

License

MIT — small print, big freedom.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Productivity & Office
Registryactive
Packageapple-notes-forensics
TransportSTDIO
UpdatedApr 8, 2026
View on GitHub

More from xiaojiou176-open

  • SourceHarbor MCP2
  • DealWatch1
  • Apple Notes Snapshot1
  • Campus Copilot MCP1
  • OpenUI MCP Studio1
  • Provenote MCP1
  • agent-exporter MCP bridge1
  • Movi MCP v11
  • Prompt Switchboard MCP Sidecar1
  • OpenVibeCoding Read-only MCP204

Related Productivity & Office MCP Servers

View all →
domdomegg avatar
Google Calendar

io.github.domdomegg/google-cal-mcp

Allow AI systems to list, create, update, and manage Google Calendar events.
1
nicoletterankin avatar
Orb Platform

io.github.nicoletterankin/orb-platform

162K English words, 74K lessons, knowledge graph, semantic reverse-dictionary search.
1
ccstt-dev avatar
Callable

io.github.ccstt-dev/callable

API for AI agents to delegate tasks to real humans.
steipete avatar
macOS Automator

steipete/macos-automator-mcp

An MCP server to run AppleScript and JXA (JavaScript for Automation) to macOS.
797
hald avatar
Things

hald/things-mcp

Enables Claude to access and manipulate Things 3 data via MCP with task creation, project management, and advanced searches.
467
ryaker avatar
Modular Outlook

ryaker/outlook-mcp

Provides OAuth-authenticated access to Outlook data via MCP enabling email and calendar actions.
372