NanoKVM PicoClaw MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NanoKVM PicoClaw MCPcheck NanoKVM status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NanoKVM PicoClaw MCP
An unofficial, self-hosted MCP adapter for the PicoClaw service installed by NanoKVM. It does not contain NanoKVM firmware and is not affiliated with Sipeed or TinyAGI.
The adapter proxies NanoKVM's native PicoClaw MCP handler instead of copying its screenshot and HID action semantics into another implementation. It also has explicit NanoKVM status, reboot, and macOS recovery-key tools.
Security boundary
Keep NanoKVM on a private network. Do not expose this stdio server directly to the Internet. If remote MCP access is needed, put an authenticated gateway such as GPTAdmin in front of one private relay instance.
The gateway machine is the only system that should hold device credentials and the SSH key. Other MCP clients should authenticate to that gateway, never to the NanoKVM itself.
The adapter requires a pinned known_hosts file for every SSH operation. It
refuses unknown SSH host keys and disables agent/port forwarding.
Related MCP server: agentic-ssh-mcp
Install
python3 -m pip install nanokvm-picoclaw-mcpSet device-specific values in a mode-600 environment file owned by the relay service account. Do not put them in a repository or in command-line arguments.
export NANOKVM_URL='http://nanokvm.private.example'
export NANOKVM_USER='admin'
export NANOKVM_PASSWORD='set-in-a-secret-store'
export NANOKVM_SSH_HOST='nanokvm.private.example'
export NANOKVM_SSH_USER='root'
export NANOKVM_SSH_KEY='/secure/path/nanokvm_ed25519'
export NANOKVM_SSH_KNOWN_HOSTS='/secure/path/known_hosts_nanokvm'
nanokvm-picoclaw-mcpThe server exposes nanokvm_status, nanokvm_reboot,
nanokvm_hold_recovery_keys, picoclaw_tools_list, picoclaw_tools_call,
and picoclaw_chat. Treat reboot, recovery-key and dynamic PicoClaw calls as
operator-only capabilities; a public gateway should enforce its own explicit
authorization policy.
Development
python3 -m pip install -e '.[test]'
pytest -qAll tests are offline and use fake HTTP, WebSocket, and SSH transports.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/megamen32/nanokvm-picoclaw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server