Ismaelmartinez Local Brain
ismaelmartinez-local-brain is a Claude Code plugin for the Build phase that adds a local-first knowledge base with semantic search and note linking over your files using local LLMs.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install ismaelmartinez-local-brain@IsmaelMartinez/local-brainBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:IsmaelMartinez/local-brain") and the paste-ready config with skillselion.get_install_config("plugin:IsmaelMartinez/local-brain").
What it does
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. Solo builders 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 indie hackers 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.
Highlights
- 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
Why builders use it
Cloud note tools and generic search do not understand your repo and notes together, and they leak sensitive indie project context off your machine.
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.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is ismaelmartinez-local-brain for?
It is for solo builders 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 on your own 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.
Comments
Share how you use ismaelmartinez-local-brain, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.