Skip to main content
Glama
456,707 tools. Updated 2026-08-14 05:30

"NestJS" matching MCP tools:

  • Execute a LangGraph-powered NestJS agent for processing user requests. Optionally select between OpenAI or Ollama providers and customize the model.
  • Refresh codebase context by analyzing React/TypeScript/Node.js projects and generating structured bundles with component summaries, dependency information, and a snapshot ID for AI-assisted analysis.
    MIT
  • Generate an OpenAPI specification by analyzing framework source code, removing the requirement for a standalone spec file.
    MIT
  • Scans a project directory for API endpoints from client calls and server routes, then generates a discovery report and endpoints.json.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A NestJS module for building Model Context Protocol (MCP) servers using decorators to expose services as tools, resources, and prompts. It features auto-discovery, a built-in playground UI, and support for multiple transports including SSE and Stdio.
    21
    MIT
  • F
    license
    B
    quality
    C
    maintenance
    Experimental MCP server built with NestJS and LangGraph, enabling tool execution and agent workflows via stdio transport. Supports OpenAI and Ollama models for flexible agent orchestration.
    4
  • Generate API route handlers for Next.js, Express, Fastify, or NestJS frameworks that integrate with the Kalendis scheduling backend to manage users, availability, and bookings.
    MIT
  • Discover all active Next.js development servers and list their available MCP tools to inspect current state before making changes.
    MIT
  • Detect performance and design antipatterns like N+1 queries, memory leaks, and god classes. Returns actionable findings with severity and suggested fixes.
    MIT
  • Search backend HTTP endpoints by path, method, or handler to locate where an endpoint is handled without grepping decorators.
    MIT
  • Execute circuit calls on deployed Midnight smart contracts: public reads, private ZK-proof operations, or state-changing transactions. Supports simulated calls without submission.
    MIT
  • Returns a testing template tailored to the source file's framework, including baseline scenarios and test file path patterns. Falls back to language baseline if framework is unrecognized.
    MIT
  • Search Midnight Network official documentation to find feature usage, Compact syntax, code examples, and learn concepts across language reference, SDK/API docs, tutorials, and guides.
    MIT
  • Execute a specific MCP tool on a running Next.js development server to retrieve diagnostics, routes, or manage caches.
    MIT
  • Audit GraphQL APIs to detect introspection exposure, missing depth/complexity limits, N+1 query patterns, field-level authorization gaps, and batching attack vectors.
    MIT