Skip to main content
Glama
522,758 tools. Updated 2026-09-06 13:08

"Using code execution to replace native tooling" matching MCP tools:

  • Replace all content in code editors (Monaco, CodeMirror, Ace, ProseMirror) using their native APIs. For code nodes in Airtable, GitHub gists, CodePen, n8n — not rich text editors.
    MIT
  • Execute Python code in a sandboxed environment using Gemini. Captures stdout, stderr, and execution results for analysis.
    MIT
  • Run native ANTLR4 compilation checks to catch grammar syntax and tooling errors, providing diagnostics with line/column, timing, and generated artifacts.
    -
  • Replace a native function's implementation entirely in a target process by specifying its memory address and providing JavaScript callback code. Optionally revert after a set time.
    MIT
  • Disassemble code at a specified location (function name or address) with a configurable instruction count using LLDB's native disassembler.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables efficient AI agent operations through sandboxed Python code execution with progressive tool discovery, PII tokenization, and skills persistence, achieving up to 98.7% token reduction by processing data in a sandbox rather than in context.
    -

Matching MCP Connectors

  • AI agents publish bounties for real-world tasks. Gasless USDC payments via x402.

  • Cloudflare Workers MCP server: code-explainer

  • Combine React Profiler and native profiler data to map native hangs to React commits, revealing memory leaks and investigation hints. Use when both profilers have been run in parallel.
    Apache 2.0
  • Restart the Metro JS bundle in a connected React Native app to apply code changes or reset JS state without restarting the native process. Specify device and port for targeted reload.
    Apache 2.0
  • Inspect SQL execution plans with database-native EXPLAIN to predict data scanning and optimize queries before running them.
    Apache 2.0
  • Trace execution flow or resolve runtime crash stack traces to pinpoint root causes and debug issues in indexed code.
    MIT
  • Retrieve the generated DS2 execution code for a decision flow using its UUID, enabling review or reuse of the exact code to be executed.
    Apache 2.0
  • Check code for naming, comment coverage, long functions, duplicated blocks, and SEARCH/REPLACE diff issues using deterministic regex. Filters shallow problems before deep review.
    MIT
  • Insert, replace, or append code snippets in files using name-based matching for functions, classes, and methods. Supports preview and file creation.
    MIT
    Destructive