Skip to main content
Glama
519,997 tools. Updated 2026-09-06 08:15

"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.
    -
  • Extract an OpenAPI specification directly from framework source code when no spec file exists. Enable linting and diffing by generating the spec from FastAPI routes instead of requiring a checked-in file.
    MIT
  • 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 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

Matching MCP Servers

  • A
    license
    Not graded
    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.
    18
    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
    -
  • Discover all active Next.js development servers and list their available MCP tools to inspect current state before making changes.
    MIT
  • Search backend HTTP endpoints by path, method, or handler to locate where an endpoint is handled without grepping decorators.
    MIT
  • Read a full Obsidian note by vault-relative path to see complete content, frontmatter, resolved and broken links. Use when search snippets are insufficient or before making edits.
    MIT
  • Move, rename, promote, or archive a note while automatically updating all inbound links, migrating domain MOCs, and committing the change. Specify source and destination paths; confirm when creating a new domain MOC.
    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
  • Find API route definitions in backend code for Express, Fastify, NestJS, and Laravel. Filter by HTTP method, path, framework, or scan specific directories to locate endpoints.
    AGPL 3.0
  • Audit GraphQL APIs to detect introspection exposure, missing depth/complexity limits, N+1 query patterns, field-level authorization gaps, and batching attack vectors.
    MIT