tt-wang-cortex-plugin
Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes) from completed sessions via Claude Haiku, stores them as human-readable markdown in an Obsidian vault, and assembles query-tailored context briefings at session start. Local-first, no cloud, no API keys. Self-healing install via uv bootstrap shim, `/cortex-doctor` preflight, graceful FTS-only degraded mode when `claude` CLI missing. MIT.
- Score
- 73.1652 signals
- Evidence
- 32 stars · 1 fork
- Last commit
- as last read from GitHub; most reads are from 2 Sep 2026 or later
- Listed
Install
No one-command install. Set it up from its source.
{
"mcpServers": {
"tt-wang-cortex-plugin": {
"command": "uv",
"args": [
"bootstrap",
"shim",
"/cortex-doctor",
"preflight",
"graceful",
"FTS-only",
"degraded",
"mode",
"when",
"claude",
"CLI",
"missing",
"MIT"
]
}
}
}Alternatives · MCPs
- io-github-oleksiijko-pmb-ai278 stars · 23 forks94.457
- global-agent-memory14 stars · 2 forks68.715
- dot-realitytest-obsidian-codex-mcp13 stars59.040
What it is
Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes) from completed sessions via Claude Haiku, stores them as human-readable markdown in an Obsidian vault, and assembles query-tailored context briefings at session start. Local-first, no cloud, no API keys. Self-healing install via uv bootstrap shim, /cortex-doctor preflight, graceful FTS-only degraded mode when claude CLI missing. MIT.
When to use it
When an agent needs the "Knowledge & Memory" capability this MCP server exposes.
Source
Migrated from the awesome-mcp-servers navigation directory (category: Knowledge & Memory). See https://github.com/TT-Wang/cortex-plugin.