Claude Code Buddy (CCB)
Add persistent project memory and smart task routing to Claude Code. Stop repeating context every session - Claude finally remembers your architecture, decisions, and patterns forever. 100% local, 17 MCP tools.
MeMesh Plugin
Minimal persistent memory plugin for Claude Code. Remembers decisions, patterns, and context across sessions.
Installation
npm install -g @pcircle/memesh
What it does
MeMesh gives Claude Code persistent memory through 3 MCP tools, 2 hooks, and a CLI dashboard:
MCP Tools
| Tool | Description |
|---|---|
remember | Store knowledge — entities with observations, relations, and tags |
recall | Search stored knowledge via FTS5 full-text search with optional tag filtering |
forget | Delete stored knowledge by name (cascades to observations, relations, tags) |
Hooks
| Hook | Event | What |
|---|---|---|
| Session Start | SessionStart | Auto-recalls project-specific + recent global memories |
| Post Commit | PostToolUse (Bash) | Records git commits as knowledge entities |
CLI
| Command | Description |
|---|---|
memesh-view | Generate and open an interactive HTML dashboard |
memesh-view

How it works
- Storage: SQLite database at
~/.memesh/knowledge-graph.db - Search: FTS5 full-text search (no vector embeddings)
- Isolation: Tag-based project filtering (
project:<name>) - Schema: entities, observations, relations, tags + FTS5 virtual table
- Validation: All tool inputs validated with Zod schemas
Architecture
src/
├── cli/
│ └── view.ts # HTML dashboard generator (D3.js graph + stats)
├── db.ts # SQLite database (open/close/migrate, FTS5)
├── knowledge-graph.ts # Entity CRUD, relations, FTS5 search
├── index.ts # Package exports
└── mcp/
├── server.ts # MCP server entry point (stdio transport)
└── tools.ts # 3 tool handlers + Zod validation
scripts/hooks/
├── session-start.js # Auto-recall on session start
└── post-commit.js # Git commit tracking
Dependencies (3): better-sqlite3, @modelcontextprotocol/sdk, zod
Development
npm install
npm run build # TypeScript compile + chmod executables
npm test # 73 tests (vitest, BDD style)
npm run typecheck # tsc --noEmit
License
MIT
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
ServeMyAPI
A personal server for securely storing and accessing API keys using the macOS Keychain.
Tempo MCP Server
An MCP server for querying distributed tracing data from Grafana Tempo.
VoteShip
MCP server for VoteShip - manage feature requests, votes, roadmaps, and changelogs from any MCP client. 22 tools, 5 resources, 4 workflow prompts. Triage feedback, detect duplicates, plan sprints, and generate changelogs with AI.
CodeVF MCP
CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.
Code Runner MCP
Execute JavaScript and Python code in a secure sandbox. Supports Deno for JS/TS and Pyodide for Python, with configurable permissions.
Authless Remote MCP Server
A remote MCP server without authentication, deployable on Cloudflare Workers or locally with npm.
MCPunk
Explore and understand codebases through conversation by breaking files into logical chunks for searching and querying without embeddings.
Screeny
A macOS-only server that enables LLMs to capture screenshots of specific application windows, providing visual context for development and debugging.
Formo
Formo makes analytics and attribution easy for crypto apps, so you can focus on growth. Measure what matters and drive growth onchain with the data platform for onchain apps. Get the best of web, product, and onchain analytics on one versatile platform.
Intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, versioned docs.