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
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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