Skip to main content
Glama

Node.js Debugger MCP Server

by qckfx

evaluate_expression

Evaluate JavaScript expressions in the Node.js debug context to inspect variables, test code snippets, or retrieve runtime data during debugging sessions.

Instructions

Evaluate an expression in the current debug context

Input Schema

NameRequiredDescriptionDefault
expressionYesExpression to evaluate

Input Schema (JSON Schema)

{ "properties": { "expression": { "description": "Expression to evaluate", "type": "string" } }, "required": [ "expression" ], "type": "object" }
Install Server

Other Tools from Node.js Debugger MCP Server

Related Tools

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/qckfx/node-debugger-mcp'

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