← Back to Plugins
MCP Server MCP

io.github.Cyberdyne-OS/cyberdyne-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cyberdyne-mcp",
      "version": "0.7.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "CYBERDYNE_IDENTITY_TOKEN"
        },
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "CYBERDYNE_EVM_PRIVATE_KEY"
        },
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "CYBERDYNE_BANKR_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...