mcp growi for VS Code
io.github.growi-defi/mcp-growi
MCP server for Growi Finance — programmatic interaction with the GrowiHFVault on Arbitrum
client:VS Code
transport:stdio
runtime:npm
Install mcp growi in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-growi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-growi"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs