OpenImageDebugger MCP
PYPI · OID-MCP · SCANNED AUG 20
MCP server giving AI agents eyes on OpenImageDebugger buffers in live gdb/lldb sessions
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- 2 of 32 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 14 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 925 tokens (~102/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
- Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (22% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
pypi · oid-mcp
claude mcp add openimagedebugger-oid-mcp -- uvx oid-mcp
codex mcp add openimagedebugger-oid-mcp -- uvx oid-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"openimagedebugger-oid-mcp": {
"type": "local",
"command": [
"uvx",
"oid-mcp"
],
"enabled": true
}
}
} openclaw mcp add openimagedebugger-oid-mcp --command uvx --arg oid-mcp
mcp_servers:
openimagedebugger-oid-mcp:
command: "uvx"
args: ["oid-mcp"] {
"mcpServers": {
"openimagedebugger-oid-mcp": {
"command": "uvx",
"args": [
"oid-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Aug 26 +3
- Security disclosure: unverified → fail ▼ functional
- Stability: unverified → 0.23 ▲ functional
- 12 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Aug 26 +2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 10 Aug 26 0
- Security disclosure: unverified → fail ▼ functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Aug 2026 · Analysed pypi/oid-mcp@0.3.5
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Dependencies 32 packages
| Packages resolved | 32 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
dump ~71
Save the buffer losslessly as .npy; returns the file path. Refuses to overwrite an existing file unless overwrite=true, so an unintended path cannot clobber your data.
| Name | Type | Req | Description |
|---|---|---|---|
| overwrite | boolean | – | – |
| path | – | – | – |
| session | – | – | – |
| symbol | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_view ~48
Read the OID viewer's current view state. Returns buffer/center/zoom/rotation_deg/channel/auto_contrast. auto_contrast is global (not per-buffer).
| Name | Type | Req | Description |
|---|---|---|---|
| session | – | – | – |
No output schema declared.
No examples provided.
list_buffers ~61
List symbols observable as image buffers at the current stop. session: a debugger or viewer pid from list_sessions(); defaults to the most recently started live debugger session, or the most recently started live viewer window if none is live.
| Name | Type | Req | Description |
|---|---|---|---|
| session | – | – | – |
No output schema declared.
No examples provided.
list_sessions ~56
List live OID debug sessions and viewer windows this server can reach. Each viewer shows its debugger_pid pairing (None for a standalone oidwindow), so a caller can target either a debugger's session pid or its viewer window explicitly.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
plot ~31
Mirror a buffer into the human's OID viewer window.
| Name | Type | Req | Description |
|---|---|---|---|
| session | – | – | – |
| symbol | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
set_view ~151
Set the OID viewer's view of a buffer (absolute/idempotent). Only the fields you pass are changed; omitted fields keep their current value. session: a viewer pid or a paired debugger pid, as for the pixel tools. channel selects a single display channel by 0-based index (``0``, ``1``, ``2``) or ``"all"`` to restore the natural layout. auto_contrast is a global viewer setting (not per-buffer), matching get_view.
| Name | Type | Req | Description |
|---|---|---|---|
| auto_contrast | – | – | – |
| buffer | – | – | – |
| center | – | – | – |
| channel | – | – | – |
| rotation_deg | – | – | – |
| session | – | – | – |
| zoom | – | – | – |
No output schema declared.
No examples provided.
stats ~40
Per-channel min/max/mean/std and NaN/Inf/zero counts.
| Name | Type | Req | Description |
|---|---|---|---|
| region | – | – | – |
| session | – | – | – |
| symbol | string | yes | – |
No output schema declared.
No examples provided.
values ~67
Exact pixel values for a small crop (at most 1024 numbers).
| Name | Type | Req | Description |
|---|---|---|---|
| channel | – | – | – |
| h | integer | yes | – |
| session | – | – | – |
| symbol | string | yes | – |
| w | integer | yes | – |
| x | integer | yes | – |
| y | integer | yes | – |
No output schema declared.
No examples provided.
view ~140
Look at a buffer as an image. region: [x, y, w, h] crop in displayed coordinates (the stateless zoom: view the whole buffer, spot the artifact, view that region). channel: render one storage channel as grayscale. vmin/vmax: fix the normalization range (comparable across buffers); default normalizes per channel over the full buffer, so zooming never changes brightness. NaN pixels render magenta.
| Name | Type | Req | Description |
|---|---|---|---|
| channel | – | – | – |
| max_px | integer | – | – |
| region | – | – | – |
| session | – | – | – |
| symbol | string | yes | – |
| vmax | – | – | – |
| vmin | – | – | – |
No output schema declared.
No examples provided.