Skip to content
Zed

arweave mcp for Zed

io.github.mrfentmen/arweave-mcp

Keyless MCP server for Arweave: network info, transactions, wallet balances, storage price.

client:Zed transport:stdio runtime:npm

Install arweave mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "arweave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arweave-mcp"
      ]
    }
  }
}

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

arweave mcp in other clients