io.github.sanchirico/camacho-mcp
NPM · CAMACHO-MCP · SCANNED SEP 25
Persistent tmux terminal for AI agents — real-time spectating, SSH host-group dispatch.
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 → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 212 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 996 tokens (~99/item across 10 items; 10 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "president_camacho_execute" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
How do I install the io.github.sanchirico/camacho-mcp server?
io.github.sanchirico/camacho-mcp runs locally as an npm package, launched with npx -y camacho-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · camacho-mcp
claude mcp add sanchirico-camacho-mcp -- npx -y camacho-mcp
{
"mcpServers": {
"sanchirico-camacho-mcp": {
"command": "npx",
"args": [
"-y",
"camacho-mcp"
]
}
}
} {
"servers": {
"sanchirico-camacho-mcp": {
"command": "npx",
"args": [
"-y",
"camacho-mcp"
]
}
}
} codex mcp add sanchirico-camacho-mcp -- npx -y camacho-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sanchirico-camacho-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"camacho-mcp"
],
"enabled": true
}
}
} openclaw mcp add sanchirico-camacho-mcp --command npx --arg -y --arg camacho-mcp
mcp_servers:
sanchirico-camacho-mcp:
command: "npx"
args: ["-y", "camacho-mcp"] {
"McpServers": {
"sanchirico-camacho-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"camacho-mcp"
]
}
}
} assistant mcp add sanchirico-camacho-mcp -t stdio -c npx -a -y camacho-mcp
{
"mcpServers": {
"sanchirico-camacho-mcp": {
"command": "npx",
"args": [
"-y",
"camacho-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.
- 25 Sept 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 23 Sept 26 −2
- Stability: pass → 0.80 functional
- 22 Sept 26 0
- Stability: 0.97 → pass security
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −2
- Stability: pass → 0.80 functional
- 15 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
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 25 Sept 2026 · Analysed npm/camacho-mcp@1.0.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
execute_async ~84
Fire a command and return immediately without waiting for output. Use get_pane_output later to read results. Ideal for long-running commands (builds, servers, tests).
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | The shell command to execute. |
| pane | string | – | Target pane as 'window.pane' (e.g. '0.0'). Defaults to '0.0'. |
No output schema declared.
No examples provided.
get_pane_output ~71
Read the current terminal output from any pane without running a command. Use after execute_async to check if a command finished, or to monitor a running process.
| Name | Type | Req | Description |
|---|---|---|---|
| pane | string | – | Target pane as 'window.pane' (e.g. '0.0'). Defaults to '0.0'. |
No output schema declared.
No examples provided.
list_panes ~37
List all active panes across all windows in the camacho-mcp session. Shows pane ID, current command, and size for each pane.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
open_spectator ~63
Open a spectator terminal window attached to the camacho-mcp tmux session. Auto-detects platform: Windows Terminal, Terminal.app (macOS), or gnome-terminal/konsole/xterm (Linux). Lets you watch the AI work in real-time.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pane_status ~84
Check if a pane is running a command or idle at a prompt. Returns the current foreground process — if it's a shell (bash, zsh, etc.) the pane is idle. Anything else means a command is still running.
| Name | Type | Req | Description |
|---|---|---|---|
| pane | string | – | Target pane as 'window.pane' (e.g. '0.0'). Defaults to '0.0'. |
No output schema declared.
No examples provided.
president_camacho_execute ~325
Run a shell command inside the camacho-mcp tmux session. Pass `panes` to run the same command in multiple panes at once. Pass `hosts` with SSH host patterns (e.g. ['webserver*']) to auto-spawn panes, SSH in, and run in parallel. Returns captured terminal output. Dangerous commands (sudo, rm, reboot, etc.) are blocked.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | The shell command to execute in the camacho-mcp tmux session. |
| hosts | array | – | SSH host patterns from ~/.ssh/config (e.g. ['webserver*', 'db1']). Auto-spawns panes, SSHs into each host, and runs the command in parallel across all of them. |
| pane | string | – | Single target pane as 'window.pane' (e.g. '0.0', '0.2'). Defaults to '0.0'. Ignored if `panes` or `hosts` is provided. |
| panes | array | – | Run the command in multiple panes at once. Each entry is 'window.pane' (e.g. ['0.0', '0.1', '0.2']). |
| timeout | number | – | Max time in ms to wait for output when using `wait` mode. Defaults to 30000 (30s). |
| wait | – | – | Enable quiescence-based output: waits for output to stabilize instead of using a fixed delay. Pass true for default 500ms stability window, or a number for custom stability window in ms. |
No output schema declared.
No examples provided.
reset_panes ~33
Kill all extra windows and panes, reset to default 2-pane side-by-side layout (50/50 even-horizontal).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
screen_snapshot ~105
Capture the rendered terminal screen with ANSI colors — what a human would see. Useful for full-screen programs (top, htop, vim) where plain text capture loses layout. Includes pane status (running/idle) and current command.
| Name | Type | Req | Description |
|---|---|---|---|
| pane | string | – | Target pane as 'window.pane' (e.g. '0.0'). Defaults to '0.0'. |
| scrollback | number | – | Number of scrollback lines to include (default: 200). |
No output schema declared.
No examples provided.
send_keys ~157
Send raw key sequences to a pane (Ctrl+C, Ctrl+D, Enter, Escape, arrow keys, etc.). Uses tmux key names: C-c (Ctrl+C), C-d (Ctrl+D), Enter, Escape, Up, Down, Left, Right, BSpace, Tab, Space. Useful for interrupting builds, exiting REPLs, or navigating interactive programs.
| Name | Type | Req | Description |
|---|---|---|---|
| keys | string | yes | The key sequence to send (e.g. 'C-c' for Ctrl+C, 'C-d' for Ctrl+D, 'Enter', 'Escape', 'Up', 'q'). |
| pane | string | – | Target pane as 'window.pane' (e.g. '0.0'). Defaults to '0.0'. |
No output schema declared.
No examples provided.
spawn_pane ~37
Split a new pane in the camacho-mcp tmux session. Auto-overflows to new windows when MAX_PANES is reached.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the io.github.sanchirico/camacho-mcp server?
io.github.sanchirico/camacho-mcp is listed in the public MCP registry as io.github.sanchirico/camacho-mcp. Persistent tmux terminal for AI agents, real-time spectating, SSH host-group dispatch. This page covers its npm package (camacho-mcp).
Is the io.github.sanchirico/camacho-mcp server safe to use?
io.github.sanchirico/camacho-mcp scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.sanchirico/camacho-mcp server expose?
io.github.sanchirico/camacho-mcp exposes 10 tools: president_camacho_execute, reset_panes, spawn_pane, execute_async, get_pane_output, and 5 more. Their descriptions and schemas cost roughly 996 tokens of context every time the server is loaded.
Is the io.github.sanchirico/camacho-mcp server still maintained?
io.github.sanchirico/camacho-mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.sanchirico/camacho-mcp server under?
io.github.sanchirico/camacho-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.