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
{
"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