Agent skill · Databases

mesh-memory

Self-hosted semantic memory for AI agents via MCP. Save worklogs, decisions, and notes, then recall them across sessions by meaning, not keyword. Postgres + pgvector with auto-tagging.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill mesh-memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/mesh-memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Mesh Memory Mesh Memory is a self-hosted semantic memory service with a built-in MCP server. It stores documents (worklogs, decisions, notes, research) in PostgreSQL with pgvector and retrieves them by meaning, so a query like "what database did we pick?" surfaces a saved note that says "chose Redis for caching" even with zero keyword overlap. Embeddings are generated locally with `multilingual-e5-base` (768 dimensions); the core flow requires no external API keys. Use this skill when an agent needs persistent memory across sessions: saving its own work, recalling prior decisions, or building a project knowledge base shared between multiple agents. ## When to Use This Skill - Saving a session worklog, decision, or research note so a later session can find it. - Recalling past work by topic when you do not remember the exact words you used. - Sharing a long-lived knowledge base across multiple agents, terminals, or teammates. - Organizing context by role or project through workspaces (one workspace per role/project). - Looking up structured tags (e.g. all `type:decision` entries from one project). ## Prerequisites - A running Mesh Memory instance reachable from the MCP server. Loc

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Setup
  4. MCP Tools
  5. Workflows
  6. Save a session worklog
  7. Recall past work by meaning
  8. Switch role / context
  9. Cross-workspace search with weights
  10. Structured lookups by tag
  11. Tag Conventions
  12. Troubleshooting
  13. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the mesh-memory skill do?

Self-hosted semantic memory for AI agents via MCP. Save worklogs, decisions, and notes, then recall them across sessions by meaning, not keyword. Postgres + pgvector with auto-tagging.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill mesh-memory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going