Skip to main content
Glama
306,559 tools. Last updated 2026-07-27 02:22

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

Matching MCP Servers

Matching MCP Connectors

  • Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)

  • Persistent project context — Rust-native MCP server. IANA-registered .faf format.

  • Retrieve a sorted, filtered list of classes with essential metrics: cyclomatic complexity, logical lines of code, and refactoring priority.
    MIT
  • Run backtests on strategy specifications using the Rust engine, returning key metrics: Sharpe ratio, drawdown, win rate, and P&L.
    MIT
  • Identify all code that references, calls, extends, or implements a specific entity. Use for impact analysis before refactoring or detecting dead code.
    MIT
  • Delegate complex tasks to Claude for code generation, reasoning, and engineering. Include all context in the prompt, as Claude has no conversation memory.
    MIT
  • Get strategic advice from Claude Opus for architecture decisions, complex debugging, and code review. Maintains a per-project consultation log for continuity.
    MIT
  • Audit Rust smart contracts for security vulnerabilities with automated framework detection. Analyzes source code or GitHub URLs and returns a severity-graded report with root cause analysis and fixes.
    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
  • Send a coding prompt to Claude CLI, optionally including files, resuming sessions, and capping cost.
    MIT
  • Compares two versions of code to identify improvements, regressions, and neutral changes. Returns a merge recommendation for code review and refactoring validation.
    MIT
  • Audit a project's code to bootstrap its knowledge base. Returns a structured prompt with subsystem list and dedup list for Claude to read the repo and create architecture module pages and knowledge drafts.
    MIT
  • Search code using structural pattern matching to find specific syntax patterns across multiple programming languages for refactoring, security auditing, and code analysis.
    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