Skip to content
VS Code

universal blockchain for VS Code

io.github.expertvagabond/universal-blockchain

ZetaChain universal blockchain MCP server

client:VS Code transport:stdio runtime:npm

Install universal blockchain in VS Code

.vscode/mcp.json

{
  "servers": {
    "universal-blockchain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "universal-blockchain-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

universal blockchain in other clients