Skip to main content
Glama
524,628 tools. Updated 2026-09-06 16:29

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

  • Open a native target for Expo/React Native apps: iOS simulator or Android device mirror. Drive the app via idb/adb and stream JS/native logs to the timeline.
    MIT
  • Replace all content in code editors like Monaco, CodeMirror, Ace, and ProseMirror using their native APIs. Ideal for updating Airtable automations, GitHub gists, CodePen, or n8n code nodes.
    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

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

  • Disassemble code at a specified location (function name or address) with a configurable instruction count using LLDB's native disassembler.
    MIT
  • 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