Open in VS Code
Opens VS Code and registers the local MCP server. You can also add this to your VS Code MCP settings (user or workspace).
1{
2 "mcp": {
3 "servers": {
4 "ironwallet": {
5 "type": "stdio",
6 "command": "npx",
7 "args": ["-y", "@ironwallet/mcp-server"]
8 }
9 }
10 }
11}

Tronscanner