Skip to main content
Glama

Ultra Debugger CLI

Ultra Debugger is a command-line tool for debugging code and analyzing performance.

Prerequisites

  • Node.js version 18 or higher

Installation

npm install

Usage

# Debug a code snippet
node src/cli/ultra-debugger-cli.js debug "console.log('hello world');" javascript

# Analyze code performance
node src/cli/ultra-debugger-cli.js analyze "for(let i=0;i<1000000;i++){}"

# Debug a file
node src/cli/ultra-debugger-cli.js debug-file path/to/your/file.js

Or use the npm script:

npm start

Or:

npm run cli debug "console.log('hello world');"

CLI Commands

  • debug <code> [language] - Debug a code snippet

  • analyze <code> [metrics] - Analyze code performance

  • debug-file <file-path> [language] - Debug a file

Examples

# Debug JavaScript code
node src/cli/ultra-debugger-cli.js debug "function add(a,b){return a+b;}" javascript

# Analyze performance with specific metrics
node src/cli/ultra-debugger-cli.js analyze "for(let i=0;i<1000000;i++){}" memory cpu

# Debug a JavaScript file
node src/cli/ultra-debugger-cli.js debug-file example.js
Install Server
-
license - not tested
B
quality
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.

  • Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…

  • On-demand drift checks: declared CSS color, radius, spacing & type vs your own tokens or a pack

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alfi-j/ultra-debugger'

If you have feedback or need assistance with the MCP directory API, please join our Discord server