Skip to main content
Glama
208,865 tools. Last updated 2026-06-18 11:09

"namespace:io.github.pulse-digital-dev" matching MCP tools:

  • Discover running Next.js dev servers and list their MCP tools for runtime diagnostics, route inspection, and component analysis.
    MIT
  • Check developer laptops for any installs of a PyPI package to identify potential exposure. Searches all enrolled dev machines, returning all installs or filter by versions. Complements CI checks for comprehensive malicious package incident response.
    Apache 2.0
  • Retrieve ground elevation in metres and terrain type at any coordinate in Norway using the national 1m digital terrain model.
    MIT
  • Migrates Next.js applications to Cache Components mode. Automatically configures settings, starts dev server, detects errors via browser automation, adds Suspense boundaries and 'use cache' directives, and verifies zero errors.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • pub.dev MCP — package registry for Dart & Flutter.

  • OSV.dev — Google's open-source vulnerability database

  • Create a new digital business card with a chosen theme. Personalize your professional identity instantly.
    MIT
  • Modify SiteBay WordPress site settings including domain, repository URL, Cloudflare dev mode, HTTP authentication, team assignment, and plan type.
    MIT
  • Verify digital signatures in a PDF document. Checks whether the PDF is signed, counts signatures, validates each, and returns signature details.
    MIT
  • Generate digital human videos by combining selected avatar IDs, voice IDs, and text or audio content with customizable settings for resolution, camera angles, backgrounds, and subtitles.
    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
  • 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
  • Retrieve the current MCP mode to determine if the server operates in read-only dev mode or full mode for all operations.
    MIT
  • Identify abandoned dev servers by flagging processes with uptime over 6 hours, CPU under 1%, and memory over 100MB. Returns candidates with matching reasons.
    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