이 페이지는 기계 번역되었습니다. 원본 내용은 번역과 약간 다를 수 있습니다.

Setup MCP / VS Code

VS Code

IronWallet MCP Server install for VS Code. This page is rendered as static TSX with the full command and config.

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}

← Back to the full setup guide