Subject
10 entries
MCP
Bookmarks
Episodic Memory: semantic search for Claude Code conversation history
Semantic search over past Claude Code conversations via local embeddings and MCP. Preserves the trade-offs, alternatives, and preferences that live nowhere else.
Context Mode: MCP server for context window preservation
Context Mode is an MCP server that intercepts large tool outputs and keeps them out of the context window — 98% token reduction, with BM25-indexed session history for continuity after compression. Addresses the 40%-context-consumed-in-30-minutes problem.
Cord: dynamic task trees for coordinating AI agents
Cord is a framework for dynamic task trees of AI agents — agents decompose goals into subtasks at runtime, not at design time. Built on five MCP primitives with spawn/fork context primitives for controlling information flow between agents.
WebMCP Starter: demo for the WebMCP browser standard
webmcp-starter is a demo app for WebMCP — a proposed web standard that exposes structured tools for AI browser agents directly from web pages. A food delivery app with 9 WebMCP tools demonstrates the full ordering flow.
Searchable Agent Memory in a Single File
A single-file BM25 MCP server that gives a Claude Code agent searchable access to its own conversation history. Shows how much mileage you can extract from a minimal implementation.
Skyll: runtime skill discovery for AI agents
Skyll is a REST API and MCP server that lets any AI agent discover and learn skills at runtime, without pre-installation. Aggregates SKILL.md files from GitHub and returns structured JSON for context injection.
msgvault: personal email archive and search with DuckDB and MCP
msgvault is Wes McKinney's private email archive system — lightning-fast search over personal email with a terminal UI and MCP server, all powered by DuckDB. Local-first, no cloud, built by the creator of pandas.
EchoVault: local-first persistent memory for coding agents
EchoVault is local-first persistent memory for coding agents — decisions, bugs, and context stored as Markdown files indexed with FTS5, served via MCP. No cloud, no RAM overhead at idle, no external servers.
claude-supermemory: real-time learning for Claude Code
claude-supermemory connects Claude Code to Supermemory so the agent learns in real-time — preferences, patterns, and project context accumulate across sessions. The memory grows alongside the developer's work.
Descope: identity platform for humans and AI agents
Descope is an External IAM platform that handles identity for both human users and AI agents — the same system covers user auth, business customer identity, MCP server auth, and agentic workflows. Identity as the control plane for human+agent systems.
