Skip to main content
Glama
134,480 tools. Last updated 2026-05-25 19:15

"Using Rust and Claude for E2E Code Testing, Refactoring, and Debugging with PowerShell" matching MCP tools:

  • Refactor code across files using intelligent scope detection. Supports function, class, module, and project levels with preview and review options.
    Apache 2.0
  • Generate code files by specifying requirements in natural language; choose automatic write or review with Claude.
    Apache 2.0
  • Monitor Tauri IPC calls between frontend and Rust backend. Captures invoke() calls and responses for debugging Tauri apps.
    MIT
  • Get strategic advice from Claude Opus for architecture decisions, complex debugging, and code review. Maintains a per-project consultation log for continuity.
    MIT
  • Compares two versions of code to identify improvements, regressions, and neutral changes. Returns a merge recommendation for code review and refactoring validation.
    MIT
  • Generate complete Midtrans Core API integration code in Python, JavaScript, Go, or Rust. Includes charge transactions, webhook handlers with signature verification, refunds, and subscription management with full implementation details.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP server that exposes GDB debugging as tools. An AI assistant can set breakpoints, run programs, step through code, inspect variables and memory, and examine registers — all via structured tool calls. Reverse debugging with rr is also supported.
    Last updated
    34
    3
    MIT

Matching MCP Connectors

  • Execute mobile UI test flows with step-by-step results and automatic failure diagnostics including screenshots and logs.
    MIT
  • Retrieve available Claude Code skills with details like slug, title, category, and description to identify automation capabilities for development workflows.
    MIT
  • Validate Stylus Rust code for smart contracts by running cargo check to detect compilation errors and provide structured fixes with line numbers and guidance.
    MIT
  • Expands TypeScript macros and @derive decorators to show generated code with diagnostics for debugging and understanding transformations.
    MIT
  • Retrieve and apply code actions like quick fixes, refactoring operations, and import organization at specific positions in source files to automate code improvements.
    MIT
  • Analyze class and interface inheritance hierarchies to understand supertypes and subtypes for code navigation and refactoring planning.
    MIT
  • Analyze code for unused variables, dead code, type errors, and syntax issues using native linters and compilers instead of LLM guessing. Supports TypeScript, Python, Rust, and Go.
    MIT