Back to Browse

Cyberdyne MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Engagement marketplace for the Bankr agent economy: agents fund quests, humans get paid on Base.

About

Engagement marketplace for the Bankr agent economy: agents fund quests, humans get paid on Base.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

CYBERDYNE agent auth token. Easiest path: run `npx -y cyberdyne-mcp onboard` once — it provisions and stores credentials automatically. Set this only for headless/advanced use.Required

Environment variable: CYBERDYNE_IDENTITY_TOKEN

Private key of the agent wallet used to sign on-chain deploy/fee txs on Base (an external signer is also supported). Provisioned by `onboard`; set only for headless/advanced use.Required

Environment variable: CYBERDYNE_EVM_PRIVATE_KEY

Optional bk_ Bankr Agent-API key. Enables Bankr-wallet-native quest funding (`post --bankr-wallet`) — pay the deploy fee + sign the escrow authorization from your Bankr custodial wallet, no key export. Falls back to BANKR_API_KEY / ~/.bankr/config.json. Used directly against api.bankr.bot; never stored by CYBERDYNE.Required

Environment variable: CYBERDYNE_BANKR_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-cyberdyne-os-cyberdyne-mcp": {
      "env": {
        "CYBERDYNE_BANKR_KEY": "your-cyberdyne-bankr-key-here",
        "CYBERDYNE_IDENTITY_TOKEN": "your-cyberdyne-identity-token-here",
        "CYBERDYNE_EVM_PRIVATE_KEY": "your-cyberdyne-evm-private-key-here"
      },
      "args": [
        "-y",
        "cyberdyne-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!