Skip to main content
Glama
213,552 tools. Last updated 2026-06-19 19:10

"A server that supports using a Python debugger for tasks like finding memory leaks" matching MCP tools:

  • Capture runtime performance metrics like JS heap size, DOM node count, and layout timing from an active Chrome tab to monitor memory usage and detect leaks.
    MIT
  • Remove a debugger breakpoint by its ID to allow execution to pass that location uninterrupted, cleaning up breakpoints or disabling debugging at specific points.
    MIT
  • Starts ComfyUI using process info saved from a previous stop, supports Desktop app and Python installs, and polls API until ready.
    MIT
  • Execute Python code for deterministic verification of math, logic, and code analysis using symbolic engines like SymPy and Z3.
    Apache 2.0
  • Detects critical secure coding issues in C/C++ source code, including stack buffer overflows, unsafe function usage, format string exploits, and memory leaks.
    MIT
  • Record repeatable processes and step-by-step procedures for recurring tasks, including the context that should trigger their use.
    AGPL 3.0

Matching MCP Servers

Matching MCP Connectors

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • Cultural color and colour intelligence API. Every colour anchored to a named person, a documented year, and a consequence. 34 archives spanning literary, cultural, pigment, and national traditions. Ask it what color could get you executed in the Ottoman Empire.

  • Read raw memory bytes from a debugger memory reference to inspect variable or stack frame contents. Provide memory reference, offset, and byte count.
    MIT
  • Analyze .memgraph files to detect retain cycles and memory issues using the `leaks` command. Get structured summaries, cycle classifications, and actionable diagnostics for iOS memory debugging.
    Apache 2.0
  • Run shell commands on remote servers and capture full output. Supports timeout and background tasks that survive disconnects.
    MIT
  • Write base64-encoded bytes to a debugger memory reference, mutating debuggee memory for state changes during debugging.
    MIT
  • Identify performance and design antipatterns including N+1 queries, missing indexes, unbounded queries, god classes, and memory leaks. Receive actionable suggestions for each finding.
    MIT
  • Terminate browser sessions to release memory and prevent resource leaks in WebScout MCP. Ensures proper cleanup of browser instances, pages, and contexts when automation tasks are complete.
    ISC
  • Run Python code securely in a WebAssembly sandbox to execute scripts and return output. Supports pure Python without external dependencies.
    Apache 2.0
  • Restart a notebook kernel to clear in-memory state like variables and imports while preserving saved cell outputs. Optionally switch to a different Python interpreter on restart.
    MIT
  • Record heap snapshots or re-analyze existing traces to detect memory leaks, providing leaked object types, sizes, responsible libraries, and backtraces.
    MIT