second-brain
v0.1.0Policy and hooks that make the mcp-sqlite-memory server a second brain for long-running work: raw capture by hooks, curated entries by template, LaTeX-only math, a controlled tag vocabulary, and topic resume across months.
By DiankesLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 14, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install second-brain for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install second-brain@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Diankes/second-brainClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
How to record and recall work with the sqlite-memory server across many sessions and months, for reading papers, books and other sources, and working through ideas. Use when something is worth remembering, when resuming a topic from an earlier session, when writing a checkpoint, when the memory validator refuses an entry, or to set up a new memory database (setup).
Plugin manifests1
{
"name": "second-brain",
"displayName": "Second Brain",
"version": "0.1.0",
"description": "Policy and hooks that make the mcp-sqlite-memory server a second brain for long-running work: raw capture by hooks, curated entries by template, LaTeX-only math, a controlled tag vocabulary, and topic resume across months.",
"author": {
"name": "Diankes",
"url": "https://github.com/Diankes"
},
"repository": "https://github.com/Diankes/second-brain",
"license": "MIT",
"keywords": [
"claude-code",
"memory",
"sqlite",
"second-brain",
"mcp",
"hooks"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[second-brain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/second-brain)