Skip to main content
Glama
307,869 tools. Last updated 2026-07-18 16:33

"author:askman-dev" matching MCP tools:

Matching MCP Connectors

  • Claude Code / MCP skills for the dev pipeline: discover, spec, design, build, ship, operate.

  • Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…

  • Modify SiteBay WordPress site settings including domain, repository URL, Cloudflare dev mode, HTTP authentication, team assignment, and plan type.
    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
  • List Datadog monitors filtered by name, tags, or monitor tags. Returns complete monitor objects with optional pagination up to 10,000 results.
    BSD 3-Clause
  • Rewrites commit messages for a specified git range and applies them automatically. Use dry run to preview proposed changes.
    BSD 3-Clause
  • Permanently remove a JIRA comment using its issue key and comment ID. Authorization via confirm=true is required to prevent accidental deletion.
    BSD 3-Clause
  • Check for port conflicts between configured development servers and currently listening ports before running dev commands. Scans project configs and host ports to identify collisions.
    MIT
  • Fetch a single dev-task by its ObjectID to view acceptance criteria, constraints, context pointers, and dependency information before starting work.
    MIT
  • Execute a Datadog metrics timeseries query and return actual data points for analysis. Specify a metric query and a time window to retrieve timeseries data.
    BSD 3-Clause
  • Search Datadog monitors using free-text or faceted queries like `status:alert`. The response includes monitors and paging metadata for efficient filtering.
    BSD 3-Clause
  • Retrieve the current MCP mode to determine if the server operates in read-only dev mode or full mode for all operations.
    MIT
  • 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