.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hkuds/catchme
home/mcp-servers/hkuds/catchme
hkuds avatar

catchme

byhkuds· 6 MCP servers

Stars

430

Forks

71

Category

AI Agents & MCP

View on GitHub

TL;DR

Always-on personal digital footprint recorder with hierarchical memory and LLM-powered retrieval

How to install catchme?

hkuds/catchme
$git clone https://github.com/hkuds/catchme

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install catchme by running `git clone https://github.com/hkuds/catchme`, then use it for the current task and follow its documentation at https://github.com/hkuds/catchme.

Files · 1

View on GitHub
README.md
1<p align="right">
2 <a href="assets/readme/README_zh.md">中文</a> · <a href="assets/readme/README_ja.md">日本語</a> · <a href="assets/readme/README_es.md">Español</a> · <b>English</b>
3</p>
4 
5<p align="center">
6 <img src="assets/catchme-logo.png" width="360" alt="CatchMe Logo"/>
7</p>
8 
9<h1 align="center">CatchMe: Make Your AI Agents Truly Personal</h1>
10 
11<p align="center">
12 <b>Capture Your Entire Digital Footprint: Lightweight & Vectorless & Powerful.</b>
13</p>
14 
15<p align="center">
16 <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue?style=flat" alt="License"></a>
17 <img src="https://img.shields.io/badge/Python-%E2%89%A53.11-3776AB?style=flat&logo=python&logoColor=white" alt="Python">
18 <img src="https://img.shields.io/badge/Platform-macOS%20%7C%20Windows%20%7C%20Linux-lightgrey?style=flat" alt="Platform">
19 <a href="https://hkuds.github.io/CatchMe"><img src="https://img.shields.io/badge/Blog-online-orange?style=flat" alt="Blog"></a>
20 <img src="https://img.shields.io/badge/Report-coming%20soon-lightgrey?style=flat" alt="Report">
21 <br>
22 <a href="./COMMUNICATION.md"><img src="https://img.shields.io/badge/Feishu-Group-E9DBFC?style=flat-square&logo=feishu&logoColor=white" alt="Feishu"></a>
23 <a href="./COMMUNICATION.md"><img src="https://img.shields.io/badge/WeChat-Group-C5EAB4?style=flat-square&logo=wechat&logoColor=white" alt="WeChat"></a>
24 <a href="https://discord.gg/2vDYc2w5"><img src="https://img.shields.io/badge/Discord-Join-7289DA?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a>
25</p>
26 
27<p align="center">
28 <a href="#-key-features">Features</a> &nbsp;·&nbsp;
29 <a href="#%EF%B8%8F-how-it-works">How It Works</a> &nbsp;·&nbsp;
30 <a href="#-llm-configuration">LLM Config</a> &nbsp;·&nbsp;
31 <a href="#-get-started">Get Started</a> &nbsp;·&nbsp;
32 <a href="#-cost--efficiency">Cost</a> &nbsp;·&nbsp;
33 <a href="#-community">Community</a>
34</p>
35 
36<p align="center"><i>「 <b>Just do your thing. CatchMe captures everything else — stored locally to ensure privacy and security. </b> 」</i></p>
37 
38<p align="center">
39 <img src="assets/terminal_demo.svg" alt="CatchMe Terminal Demo"/>
40</p>
41 
42**🦞 Makes Your Agents Truly Personal**. CatchMe ships as an agent-compatible skill for CLI agents (OpenClaw, NanoBot, Claude, Cursor, etc.). Run CatchMe independently. Your agents query memories via CLI commands only.
43##
44 
45 
46## 🎯 Enrich Your Personal Digital Context
47 
48<table width="100%">
49 <tr>
50 <td align="center" width="25%" valign="top">
51 <img src="assets/usecase_coding.png" height="150" alt="Coding"/><br>
52 <h3>💻 Personal Coding Assistant</h3>
53 <b><i>"What was I coding in Claude Code today?"</i></b><br><br>
54 <div align="left">
55 • Code session replay<br>
56 • Recall your edited files<br>
57 • Trace what you typed
58 </div>
59 </td>
60 <td align="center" width="25%" valign="top">
61 <img src="assets/usecase_research.png" height="150" alt="Research"/><br>
62 <h3>🔍 Personal Deep Research</h3>
63 <b><i>"What was I reading about AI yesterday?"</i></b><br><br>
64 <div align="left">
65 • Web/PDF viewed<br>
66 • Search queries typed<br>
67 • Reading info tracked
68 </div>
69 </td>
70 <td align="center" width="25%" valign="top">
71 <img src="assets/usecase_files.png" height="150" alt="Files"/><br>
72 <h3>📁 Personal Files Manager</h3>
73 <b><i>"Which files did I change today?"</i></b><br><br>
74 <div align="left">
75 • File changes tracked<br>
76 • Docs accessed<br>
77 • Edits reviewed
78 </div>
79 </td>
80 <td align="center" width="25%" valign="top">
81 <img src="assets/usecase_digital_life.png" height="150" alt="Digital Life"/><br>
82 <h3>🧩 Digital Life Overview</h3>
83 <b><i>"How did I spend my afternoon?"</i></b><br><br>
84 <div align="left">
85 • App usage tracked<br>
86 • Workflows replayed<br>
87 • Activities recalled
88 </div>
89 </td>
90 </tr>
91</table>
92 
93## ✨ Key Features
94 
95### 📹

Preview

hkuds/catchmehkuds/catchme
Repohkuds/catchme
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k