RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.es617/dbgprobe-mcp-server · v0.1.4
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
dbgprobe-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"dbgprobe-mcp-server": {
"command": "uvx",
"args": [
"dbgprobe-mcp-server"
]
}
}
}DBGPROBE_BACKEND可选Debug probe backend to use (default: jlink). Future: openocd, pyocd.
DBGPROBE_MCP_LOG_LEVEL可选Log level: DEBUG, INFO, WARNING (default), ERROR.
DBGPROBE_JLINK_PATH可选Explicit path to JLinkExe (or JLink.exe on Windows). Auto-detected if not set.
DBGPROBE_JLINK_GDBSERVER_PATH可选Explicit path to JLinkGDBServerCLExe. Auto-detected if not set.
DBGPROBE_JLINK_DEVICE可选Default target device string (e.g. nRF52840_xxAA). Can be overridden per-session.
DBGPROBE_INTERFACE可选Debug interface: SWD (default) or JTAG.
DBGPROBE_SPEED_KHZ可选Interface speed in kHz (default: 4000).
DBGPROBE_MCP_PLUGINS可选Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.
DBGPROBE_MCP_TOOL_SEPARATOR可选Tool name separator character (default '.'). Set to '_' for clients that reject dots (e.g. Cursor).
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.es617/dbgprobe-mcp-server",
"type": "mcp-server",
"version": "0.1.4",
"displayName": "dbgprobe-mcp-server",
"description": "Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.",
"repository": {
"url": "https://github.com/es617/dbgprobe-mcp-server.git",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "dbgprobe-mcp-server",
"version": "0.1.4",
"transport": "stdio",
"environmentVariables": [
{
"name": "DBGPROBE_BACKEND",
"description": "Debug probe backend to use (default: jlink). Future: openocd, pyocd."
},
{
"name": "DBGPROBE_MCP_LOG_LEVEL",
"description": "Log level: DEBUG, INFO, WARNING (default), ERROR."
},
{
"name": "DBGPROBE_JLINK_PATH",
"description": "Explicit path to JLinkExe (or JLink.exe on Windows). Auto-detected if not set."
},
{
"name": "DBGPROBE_JLINK_GDBSERVER_PATH",
"description": "Explicit path to JLinkGDBServerCLExe. Auto-detected if not set."
},
{
"name": "DBGPROBE_JLINK_DEVICE",
"description": "Default target device string (e.g. nRF52840_xxAA). Can be overridden per-session."
},
{
"name": "DBGPROBE_INTERFACE",
"description": "Debug interface: SWD (default) or JTAG."
},
{
"name": "DBGPROBE_SPEED_KHZ",
"description": "Interface speed in kHz (default: 4000)."
},
{
"name": "DBGPROBE_MCP_PLUGINS",
"description": "Plugin policy: 'all' or comma-separated plugin names. Unset = disabled."
},
{
"name": "DBGPROBE_MCP_TOOL_SEPARATOR",
"description": "Tool name separator character (default '.'). Set to '_' for clients that reject dots (e.g. Cursor)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.es617/dbgprobe-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.es617%2Fdbgprobe-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}