thryx portfolio for Zed
io.github.lordbasilaiassistant-sudo/thryx-portfolio
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
client:Zed
transport:stdio
runtime:npm
Install thryx portfolio in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs