Skip to content
Zed

miniframe tools for Zed

io.github.edsonvmendes/miniframe-tools

Brazilian tools for agents: Pix codes, CEP, CNPJ + web capture and PDF. Pay per call.

client:Zed transport:stdio runtime:npm

Install miniframe tools 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": {
    "miniframe-tools": {
      "command": "npx",
      "args": [
        "-y",
        "miniframe-tools-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "MINIFRAME_API_URL": "<MINIFRAME_API_URL>"
      }
    }
  }
}

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

miniframe tools in other clients