Skip to main content
Glama
138,504 tools. Last updated 2026-05-20 11:16

"A server for reading, writing, and modifying Rust and C code with Cargo tooling support" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

  • Classify products to official HS codes and validate supplier codes before customs submissions

  • 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
  • Understand LaunchFrame project variants (Base, Multi-tenant, B2B2C) by reading the .launchframe file to identify active variant and account for behavioral differences when writing new code.
    MIT
  • Execute predefined development tool presets like test runners and linters for JavaScript, Python, Rust, and Go projects to automate code quality checks.
  • Execute source code in a sandboxed environment supporting 71 programming languages. Returns stdout, stderr, execution time, and memory usage with CPU/memory limits.
    MIT
  • Scan directories for code files (JS, TS, C#, PHP, CSS, etc.) and extract structural elements like functions and classes with line numbers. Customize output formats (XML, Markdown, JSON) and filter results by file patterns, element types, and modifiers for precise analysis.
    GPL 3.0
  • Audits project dependencies for known CVEs, returning severity levels and remediation advice. Supports npm, yarn, pnpm, cargo, and pip with auto-detection.
    MIT
  • Compile and execute C# code dynamically in Unity Editor using Roslyn. Define a class with a static method to run custom logic on the fly without saving scripts.
    Apache 2.0
  • 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
  • Retrieve inlay hints for a specified code range to display inferred type annotations and parameter labels, helping developers understand compiler-inferred information without reading every type annotation.
    MIT
  • Automatically detect package manager and retrieve dependency tree with names and versions for npm, pip, cargo, or go projects.
    MIT
  • Execute code in multiple languages to test hypotheses before implementation, supporting both code snippets and shell commands with auto-runtime detection.
    MIT
  • Discover Godot projects in a root directory and return their names, paths, C# support status, and scene/script counts.
    MIT