Skip to content

agentum mcp server for Zed

io.github.orionlabsai/agentum-mcp-server

Dados globais reais (CNPJ, CEP, LEI, VAT, câmbio) via MCP, pagos em USDC por chamada (x402).

client:Zed transport:stdio runtime:npm

Install agentum mcp server 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": {
    "agentum-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentum/mcp-server"
      ],
      "env": {
        "AGENTUM_MCP_WALLET_KEY": "<AGENTUM_MCP_WALLET_KEY>"
      }
    }
  }
}

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

agentum mcp server in other clients