Skip to content
Zed

token tool for Zed

io.github.bitbond/token-tool

Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited.

client:Zed transport:stdio runtime:npm

Install token tool in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "token-tool": {
      "command": "npx",
      "args": [
        "-y",
        "token-tool-mcp"
      ],
      "env": {
        "BITBOND_PRIVATE_KEY": "<BITBOND_PRIVATE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

token tool in other clients