Skip to content
Zed

defi mcp for Zed

io.github.matiosera3-ops/defi-mcp

AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.

client:Zed transport:stdio runtime:pypi

Install defi 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": {
    "defi-mcp": {
      "command": "uvx",
      "args": [
        "defi-mcp"
      ],
      "env": {
        "POLYGON_RPC_URL": "<POLYGON_RPC_URL>",
        "ARBITRUM_RPC_URL": "<ARBITRUM_RPC_URL>"
      }
    }
  }
}

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

defi mcp in other clients