69
/ 100
4 days ago
glama

NanoKVM PicoClaw MCP

Enables managing NanoKVM devices via PicoClaw MCP, including status checks, reboots, and macOS recovery key operations, with secure SSH-based relay.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: NANOKVM_PASSWORD, NANOKVM_SSH_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configNANOKVM_URLexport ='http://nanokvm.private.example'
configNANOKVM_USERexport ='admin'
🔐 secretNANOKVM_PASSWORDexport ='set-in-a-secret-store'
configNANOKVM_SSH_HOSTexport ='nanokvm.private.example'
configNANOKVM_SSH_USERexport ='root'
🔐 secretNANOKVM_SSH_KEYexport ='/secure/path/nanokvm_ed25519'
configNANOKVM_SSH_KNOWN_HOSTSexport ='/secure/path/known_hosts_nanokvm'
configNANOKVM_TIMEOUT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/megamen32-nanokvm-picoclaw-mcp-1oux67)](https://m8ven.ai/mcp/megamen32-nanokvm-picoclaw-mcp-1oux67)
commit: c19a03246a38b9e1bcda4dd60f684323add0c5bc
code hash: 6440c43a9a0ed8b32b79f2a7b7f9edcf67d6b1ed4822c9d275ba706b4d89f9ea
verified: 7/27/2026, 10:21:06 AM
view raw JSON →