Updated March 2026
Install Claude Plugin
Pick your client, copy the command, done.
Conare saves your MCP configs so Claude Code remembers them next session. Free.
Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1
Set the server up locally
Run this once to clone and prepare the server before adding it to Claude Code.
git clone git@gitlab.com:raptortech1/agentic-bits-claude-plugin.git
cd agentic-bits-claude-plugin
npm install
npm run build
bash scripts/setup.sh2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
claude mcp add claude-plugin -- node "<FULL_PATH_TO_CLAUDE_PLUGIN>/dist/index.js"Replace <FULL_PATH_TO_CLAUDE_PLUGIN>/dist/index.js with the actual folder you prepared in step 1.
Available Tools (8)
Once configured, Claude Plugin gives your AI agent access to:
get_branch_statusLive branch status for all visible reposadd_repoAdd a repo to trackremove_repoRemove a reposet_repo_visibilityShow/hide a specific repotoggle_statusbarEnable/disable the status bartoggle_reference_reposShow/hide reference reposlist_reposList all repos and their configget_config_infoDump full config + pathTry It Out
After setup, try these prompts with your AI agent:
→Show me the current git branch status for all my tracked repositories.
→Add the repository at /projects/backend-service to my tracked list.
→Hide the 'payments-ui' repository from my status bar.
→Toggle the status bar off for now.
→List all repositories currently being tracked by the plugin.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
You'll forget this config in a week
Every Claude Plugin env var, every tool, every gotcha — saved in Conare. Next time Claude Code asks, it already knows.