← Back to browse

cyberdyne-mcp

Indexed by io.github.Cyberdyne-OS

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCYBERDYNE_IDENTITY_TOKEN CYBERDYNE_EVM_PRIVATE_KEY CYBERDYNE_BANKR_KEY
Claude Code
claude mcp add --env CYBERDYNE_IDENTITY_TOKEN= --env CYBERDYNE_EVM_PRIVATE_KEY= --env CYBERDYNE_BANKR_KEY= cyberdyne-mcp -- npx cyberdyne-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cyberdyne-mcp","command":"npx","args":["cyberdyne-mcp"],"env":{"CYBERDYNE_IDENTITY_TOKEN":"","CYBERDYNE_EVM_PRIVATE_KEY":"","CYBERDYNE_BANKR_KEY":""}}'
JSON
{
  "mcpServers": {
    "cyberdyne-mcp": {
      "command": "npx",
      "args": [
        "cyberdyne-mcp"
      ],
      "env": {
        "CYBERDYNE_IDENTITY_TOKEN": "",
        "CYBERDYNE_EVM_PRIVATE_KEY": "",
        "CYBERDYNE_BANKR_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.