Back to Home
jonmmease icon

jons-mcp-rust-debug

Verified Safe

by jonmmease

Overview

Provide Rust debugging capabilities through LLDB's Python API, enabling clients to control debugging sessions, breakpoints, watchpoints, and execution flow.

Installation

Run Command
uv run jons-mcp-rust-debug

Environment Variables

  • LOG_LEVEL

Security Notes

The server uses LLDB's Python API functions like `frame.EvaluateExpression()` and `debugger.GetCommandInterpreter().HandleCommand()` which execute user-provided expressions or debugger commands directly within the debugged process's context. If the MCP server receives untrusted input, this could allow for arbitrary code execution or process manipulation in the debugging target. This is an inherent risk for a powerful debugger; therefore, the server requires deployment in a fully trusted environment with trusted clients. No hardcoded secrets or malicious patterns were identified in the source code.

Similar Servers

Stats

Interest Score32
Security Score3
Cost ClassHigh
Avg Tokens2000
Stars2
Forks0
Last Update2025-11-28

Tags

RustDebuggerLLDBMCPDevelopment