Skip to content
Zed

Tychi MCP for Zed

io.github.tychiwallet/tyi-mcp

Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.

client:Zed transport:stdio runtime:npm

Install Tychi MCP 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": {
    "tyi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ],
      "env": {
        "TYI_PASSWORD": "<TYI_PASSWORD>",
        "TYCHI_BRAIN_URL": "<TYCHI_BRAIN_URL>"
      }
    }
  }
}

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

Tychi MCP in other clients