Skip to main content
Glama
308,872 tools. Last updated 2026-07-28 06:14

"Techniques for Writing Strong Code in C++, Rust, and Python" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

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

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Access Agno SDK documentation to build AI agents in Python. Guides cover agents, tools, memory, knowledge, teams, and workflows.
    MIT
  • Search function bodies in C/C++ code to find patterns like function calls and callback registrations. Returns highlighted excerpts from implementation code inside { }.
    MIT
  • Generate architecture diagrams from Python code using the diagrams package. Create AWS, Kubernetes, and custom diagrams by writing code that defines components and connections.
    Apache 2.0
  • List all 71 programming languages and their IDs for code execution, with compiler/interpreter versions. Filter by language name to find specific entries.
    MIT
  • Retrieve system environment details including OS, Python version, installed libraries, and execution mode before generating code. Helps tailor code to the current setup and avoid errors.
    MIT
  • Escape text for source-code or markup contexts (JSON, JS, C, shell, HTML, etc.) using the appropriate convention. Supports backslash, entities, unicode, and MIME styles.
    GPL 3.0
  • Retrieve SDK code examples for building Agno agents. Provide a category such as agents, tools, or memory to get complete, runnable Python code.
    MIT
  • Execute Python code directly in an Odoo environment to access models, modify data, and perform database operations with persistent state between calls.
    MIT
  • Scan a repository for potential bugs using AST pattern matching across 10 languages. Detects issues like mutable default arguments, bare excepts, unreachable code, and empty catch blocks.
    MIT
  • Run Python code in the napari server interpreter. Executes code with persistent namespace including viewer, napari, and np, returning the result's string representation.
    BSD 3-Clause
  • Execute Python code within a project's virtual environment to access its installed dependencies. Each call runs in a fresh interpreter subprocess, ensuring isolation.
    MIT