
Ismaelmartinez Local Brain
- Updated April 10, 2026
- IsmaelMartinez/local-brain
ismaelmartinez-local-brain is a Claude Code plugin that adds a local-first knowledge base with semantic search and note linking over your files using local LLMs.
About
ismaelmartinez-local-brain is a Claude Code plugin bundle around a local-first personal knowledge base that combines note linking with semantic search powered by local LLMs such as Ollama. developers who care about privacy and offline-capable workflows can capture ideas, connect references, and ask natural-language questions over their notes and repository without sending content to hosted search APIs. The tooling emphasizes Python, CLI usage, and agent-style tool calling so Claude Code sessions can explore a codebase, support lightweight code-review context, and pull from a personal brain that stays on your machine. It suits developers documenting decisions during research, validating scope, and iterating in Build, though it is not a hosted team wiki or a full production observability stack. Register the plugin, point it at your local models and vault, and use it whenever you need retrievable, linkable context inside agent sessions.
- Local-first personal knowledge base with on-device storage
- AI-powered semantic search across notes and linked content
- Ollama and local model support for private LLM queries
- Python CLI with tool-calling for exploring a codebase
- Note linking graph for research and code-review context
Ismaelmartinez Local Brain by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install ismaelmartinez-local-brain@IsmaelMartinez/local-brainAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | April 10, 2026 |
|---|---|
| Repository | IsmaelMartinez/local-brain ↗ |
What it does
Install this when you want a private, local knowledge base that links notes and answers questions over your codebase with Ollama instead of cloud search.
Who is it for?
Privacy-focused developers who already run Ollama or local models and want a second brain tied to agent-driven codebase exploration.
Skip if: Skip if you need multi-user synced wikis, managed cloud search, or zero local Python/Ollama setup.
What you get
After you add the plugin, Claude Code workflows can query and link your private notes and codebase context through Ollama-backed semantic search without leaving local storage.
- Linked local note store queryable from agent sessions
- Semantic search over notes and codebase-aligned content
- Tool-calling hooks for explore and review-style local queries
By the numbers
- Plugin bundle contains 1 plugin (pluginCount: 1)
- Source repository: IsmaelMartinez/local-brain
- Catalog keywords include brain, cli, ollama, python, llm, and tool-calling
Recommended Plugins
How it compares
Local knowledge CLI with LLM search, not a hosted Notion integration or a single-purpose MCP file server.
FAQ
Who is Ismaelmartinez Local Brain for?
It is for developers and developers who want a private note-and-code context layer with local models inside Claude Code.
When should I use Ismaelmartinez Local Brain?
Use it during research, planning, and implementation when you need semantic recall across linked notes and repository files hardware.
How do I add Ismaelmartinez Local Brain to my agent?
Install the plugin from the IsmaelMartinez/local-brain marketplace entry in Claude Code, configure local-brain and Ollama per the repo README, then invoke its tools from your session.