Conarylabs Mira
conarylabs-mira is a Claude Code plugin for the Build phase that adds a local Mira MCP server for persistent sessions, semantic code search, goals, and background code intelligence in SQLite.
Give Claude Code durable session memory, semantic code search, and goal tracking without sending everything through the chat window each time.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install conarylabs-mira@ConaryLabs/MiraBuilt 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:ConaryLabs/Mira") and the paste-ready config with skillselion.get_install_config("plugin:ConaryLabs/Mira").
What it does
conarylabs-mira packages the Mira local MCP server for Claude Code builders who want code intelligence and memory that stays on disk instead of evaporating between chats. It wires sessions, semantic search, goal tracking, and background analysis into a small local footprint—two SQLite files—so a solo shipper can resume work, find symbols and patterns quickly, and keep objectives visible while the agent runs. Install it when you are actively building or iterating in Claude Code and need the agent to remember prior decisions, surface relevant files without re-explaining the repo, and run lighter proactive checks in the background. It is an integration layer, not a methodology skill: you register the MCP server, point Claude Code at it, and use its tools from normal agent sessions. Best paired with a consistent project layout so search and goals stay meaningful as the codebase grows.
Highlights
- Local MCP server with persistent context stored in two SQLite files on your machine
- Session history and semantic code search across the codebase
- Goal tracking and background analysis without cloud memory services
- Proactive context injection and recipe-driven workflows for repeat tasks
- Code-intelligence features aligned with review and navigation use cases
Why builders use it
Claude Code loses thread across sessions and cannot reliably search or remember your repo unless you paste context again and again.
After you add the plugin and enable the Mira MCP server, the agent can reuse session history, search code semantically, and track goals from local SQLite-backed tools.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 6 stars, 0 votes.
FAQ
Who is conarylabs-mira for?
It is for indie and solo developers using Claude Code who want on-machine session memory, semantic search, and goal tracking via MCP.
When should I use conarylabs-mira?
Use it when you are in active Build or Operate work on a codebase and need the agent to retain context and search the project between sessions.
How do I add conarylabs-mira to my agent?
Install the Claude Code plugin from the ConaryLabs/Mira marketplace entry, configure the bundled Mira MCP server in Claude Code, and ensure the local SQLite-backed server can run on your machine.
Comments
Share how you use conarylabs-mira, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.