Skip to main content
Glama
397,243 tools. Last updated 2026-08-05 15:24

"Understanding Frontend and Backend Development" matching MCP tools:

  • Retrieve the dependency graph mapping frontend routes to backend API routes. Specify a route to filter or omit for the full graph.
    Apache 2.0
  • Create TypeScript clients for frontend applications to interact with backend API endpoints, simplifying API integration and type-safe communication.
    MIT
  • Provides a development reference for Flarum 2.0 extensions, covering scaffolding, architecture, backend, frontend, scaling, testing, and porting. Consult it when building or reviewing extension code.
    MIT
  • Generate a Mermaid or Graphviz diagram for a code graph slice to visualize component hierarchy or frontend-to-backend flow.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Retrieve the overall architecture of a LaunchFrame project, including services, backend modules, key patterns, frontend structure, and infrastructure details.
    MIT
  • Monitor Tauri IPC calls between frontend and Rust backend. Start or stop capturing invoke() calls and responses to debug communication in Tauri applications.
    MIT
  • Analyzes the project structure to identify test frameworks, backend/frontend, and environment, then provides hints for generating tests.
    MIT
  • Trace the full chain from frontend component or route to backend handler function. Accepts component names, routes, or endpoint paths to map frontend elements to their backend counterparts.
    MIT
  • Retrieve Akın Coşkun's technology stack. Optionally filter by category such as frontend, backend, database, or DevOps.
    MIT
  • Generate mock data for API endpoints from OpenAPI specs to enable frontend development without a backend.
    MIT
  • Generate working verification code for Self protocol components including frontend QR, backend verification, and smart contracts in TypeScript, JavaScript, or Solidity.
    MIT
  • Scaffold a template-based dApp monorepo with starter components including smart contracts, backend, frontend, indexer, and oracle for the Arbitrum ecosystem.
    MIT
  • Configure traffic routing for load balancers by setting up protocol and port forwarding rules between frontend and backend services.
    MIT
  • Generate code for EU ID card verification to integrate privacy-preserving identity checks into applications. Specify component and programming language for frontend, backend, or smart contract implementation.
    MIT
  • Find relevant documentation for development tasks by analyzing your code files and work context, supporting categories like frontend, backend, and database work.
    MIT
  • Apply a proposed fix to resolve a specific backend issue without modifying frontend files.
  • Analyze frontend API calls and backend routes to detect mismatches, dead endpoints, and phantom calls before deployment.