Skip to content
VS Code

Clervo Connect for VS Code

io.github.clervo/connect

Free-first Clervo tools and bounded opt-in commerce through one local wallet.

client:VS Code transport:stdio runtime:npm

Install Clervo Connect in VS Code

.vscode/mcp.json

{
  "servers": {
    "connect": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clervo/mcp"
      ]
    }
  }
}

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

Clervo Connect in other clients