Skip to main content
Glama
185,610 tools. Last updated 2026-06-09 18:15

"namespace:io.github.abm-dev-git" matching MCP tools:

  • Get a real-time diagnostic snapshot of the current dev environment, including health diagnosis, running services, recent errors, git state, and environment info. Use this to orient yourself in the user's dev session.
    MIT
  • Capture a browser screenshot correlated with IDE state: dev server URL, diagnostics, and git diff. Specify URL, wait for selector, or capture full page.
    MIT
  • Connect a Git repository to Hostman for application deployment by adding a VCS provider. Supports GitHub, GitLab, Bitbucket, and custom Git repositories, including private ones.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Account-based marketing for AI agents. A great rep once knew every account. Now your agents do.

  • Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.

  • List local, remote, or all Git branches from a repository. Optionally filter branches that contain or do not contain a specific commit.
    MIT
  • List or add git worktrees to manage multiple branches in separate working directories simultaneously.
    MIT
  • Merges the dev branch into main and creates an auto-tag, enabling deployment of tested changes to production. Use after verifying work on dev to promote to production.
    MIT
  • Aggregate git blame results by author for a file. Displays line counts, commit counts, and primary owner. Optionally scope analysis to a specific line range.
    MIT
  • Stage specific lines or ranges from Git changes for partial commits, enabling multiple logical commits from a single file with intermixed changes, including untracked files.
    MIT
  • Resolves the current environment slug (dev, staging, prod) by checking QRING_ENV, NODE_ENV, .q-ring.json, and git branch. Returns detected env and source for logging or tool chaining.
    AGPL 3.0
  • Safely terminate a local dev server by PID or port. Dry run by default; pass confirm:true to send SIGTERM and escalate as needed. Protects system processes and non-dev servers.
    MIT
  • Retrieve the current MCP mode to determine if the server operates in read-only dev mode or full mode for all operations.
    MIT
  • View unstaged Git changes with numbered lines to selectively stage specific modifications or new files for creating focused commits.
    MIT
  • Compare two branches (default dev vs main) to preview commits and files about to ship, showing ahead_by count for review before promotion.
    MIT