Ta strona została przetłumaczona automatycznie. Oryginalna treść może nieznacznie różnić się od tłumaczenia.

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