Skip to main content
Glama
518,484 tools. Updated 2026-09-06 05:15

"Rust" matching MCP tools:

  • Identify performance-impacting constructs in Rust code—allocations, locks, unbounded channels, async blocking—ranked by impact, with concrete design fixes for your chosen objective.
    MIT
  • List known security vulnerabilities for npm, PyPI, or crates.io packages. Specify an exact version to scope results, or omit it to see all advisories.
    MIT
  • Analyze Klever smart contract Rust source code to detect common issues such as missing imports, macros, endpoint annotations, and storage mappers. Get findings with severity levels and knowledge base links.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • List available coding standards profiles for various tech stacks to enforce consistent code style and architecture.
    MIT
  • Retrieve complete dependency graphs for npm, PyPI, or crates.io packages, including direct and transitive dependencies with versions and counts, and flagged deprecated direct dependencies.
    MIT
  • Search the exported FLOX C-API surface from the ABI snapshot to get function names, return types, and parameter types. Use it when writing FFI bindings or checking which C symbols are callable.
    MIT
  • Get a consolidated snapshot of an npm, PyPI, or crates.io package: version, license, downloads, repository, and deprecation status. All key details from one call.
    MIT
  • Scaffold a new Klever smart contract project using the SDK. Creates Rust project structure and automation scripts for build, deploy, upgrade, query, test, and interact.
    MIT
  • Generate production-ready smart contracts from natural language descriptions for EVM and Solana blockchains, applying self-learning security rules to create safer code.
    MIT
  • Bootstrap a new project from scratch: create a Gitopia repository, initialize locally, add README and .gitignore, and push the first commit.
    MIT
  • Scan source code with Semgrep to find security vulnerabilities, bugs, and anti-patterns. Supports multiple languages including Python, JavaScript, Java, Go, C, C++, Ruby, and more.
    MIT No Attribution
  • Run a backtest on a StrategySpec to validate performance. Obtain Sharpe, drawdown, win rate, and P&L to assess risk-adjusted returns.
    MIT
  • Detect undeclared dependencies by comparing source imports to project manifests, then provide install hints for Python, JavaScript, Go, and Rust.
    MIT
  • Search live tech job postings from 500+ companies. Filter by keyword, role family, seniority, skill, location, salary, remote policy, or visa sponsorship.
    MIT
  • Discover GitHub developers by programming languages, location, and minimum follower or repo count. Results sorted by followers for quick talent identification.
    Apache 2.0
  • Perform structural PHP code search with AST queries to detect anti-patterns like ->setX(null) calls and method chains missing null guards.
    MIT