Agentic Bits Claude Plugin
Provides tools for tracking the current branch status of multiple Git repositories and managing their visibility in a live status bar.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agentic Bits Claude Pluginadd the payment-service repository to my tracked git repos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@agentic-bits/claude-plugin
Claude Code MCP plugin that adds a live git branch status bar to the Claude footer.
⎇ payment-service:feature/PAYM-43 | payments-ui:main | payments-infra:mainFeatures
Branch status bar — shows the current git branch for every configured repo in the Claude footer
Master toggle — enable/disable the status bar entirely
Reference repo toggle — show/hide read-only reference repos separately from active dev repos
Per-repo visibility — show or hide individual repos without removing them from config
MCP tools — manage everything via natural language in Claude chat
Related MCP server: Git MCP Server
Quick start
git clone git@gitlab.com:raptortech1/agentic-bits-claude-plugin.git
cd agentic-bits-claude-plugin
npm install && npm run build
bash scripts/setup.shThen add the MCP server to your project's .mcp.json:
{
"mcpServers": {
"agentic-bits": {
"command": "node",
"args": ["/path/to/agentic-bits-claude-plugin/dist/index.js"]
}
}
}See docs/setup-guide.md for full instructions including payment-service workspace pre-population.
MCP tools
Tool | What it does |
| Live branch status for all visible repos |
| Add a repo to track |
| Remove a repo |
| Show/hide a specific repo |
| Enable/disable the status bar |
| Show/hide reference repos |
| List all repos and their config |
| Dump full config + path |
Config file
~/.config/agentic-bits/plugin.json
{
"statusbar": {
"enabled": true,
"showReferenceRepos": false
},
"repos": [
{
"path": "/absolute/path/to/repo",
"label": "my-repo",
"type": "active",
"show": true
}
]
}Publishing
Tag a commit to publish to npm:
git tag v1.0.0 && git push origin v1.0.0Pipeline: typecheck → build → npm publish → GitLab release.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables Claude to interact with git repositories by providing real-time access to repository status, branch information, commit history, and file changes. Allows users to query their git workspace through natural language commands.Last updated
- AlicenseBqualityDmaintenanceProvides comprehensive Git functionality to MCP clients, enabling users to manage repositories through operations like commits, diffs, and branch management via natural language. It automatically detects the current working directory and supports multi-project workflows across different local environments.Last updated162932MIT
- AlicenseAqualityDmaintenanceAdds a live git branch status bar to the Claude interface for monitoring multiple repositories simultaneously. It provides tools for managing repository tracking and visibility through natural language commands.Last updated104MIT
- Flicense-qualityCmaintenanceEnables to interact with GitHub repositories directly from Claude, supporting actions like viewing repos, checking status, committing and pushing changes, and managing pull requests.Last updated
Related MCP Connectors
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/onesmartguy/agentic-bits-claude-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server