Skip to main content
Glama
523,718 tools. Updated 2026-09-06 13:58

"Write TypeScript Code to Work with Local LLM" matching MCP tools:

  • Generate a TypeScript skeleton for an n8n custom node from a plain-English description. Returns a complete code file with description, credentials, and an execute method stub.
    MIT
  • Initialize a juno.config file for your satellite. Preview the config content or write it directly to disk, with support for TypeScript, JavaScript, or JSON formats.
    MIT
  • Convert JSON to TypeScript interfaces locally. Infer type definitions from JSON strings or objects, with depth and size limits for safe agent use.
    MIT
  • Verify TypeScript code correctness by running type-checking on a specified service path, receiving structured error details for pre-commit validation.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that allows Claude Code to offload mechanical tasks such as summarization, classification, and drafting to a local LLM, reducing API costs while keeping Claude in control of complex reasoning and quality review.
    12
    MIT

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

  • Find local businesses on Google: name, address, phone, hours, ratings, and photos.

  • Convert JSON to CSV, TSV, YAML, or TypeScript type definitions. Works with arrays of objects for CSV/TSV; any structure for YAML and TypeScript.
    MIT
  • Execute code snippets safely in an isolated sandbox to validate behavior before deployment. Supports JavaScript, TypeScript, and Python with configurable timeouts and resource limits.
    MIT
  • Run the project's native linter or compiler to detect unused variables, dead code, type errors, and syntax issues. Uses deterministic tools for accurate analysis across TypeScript, Python, Rust, and Go.
    MIT
  • Expands TypeScript macros and @derive decorators to show generated code with diagnostics for debugging and understanding transformations.
    MIT
  • Format TypeScript or JavaScript files with TypeScript's built-in formatter and write the result to disk. Optionally retrieve the formatted text.
    Apache 2.0
  • Analyze code for unused variables, dead code, type errors, and syntax issues using native linters and compilers instead of LLM guessing. Supports TypeScript, Python, Rust, and Go.
    MIT
  • Map a generated code location (line and column) back to the original source using source maps, enabling debugging of bundled or transpiled code like TypeScript, Babel, webpack, or esbuild.
    Apache 2.0