Skip to content
VS Code

Basis Protocol for VS Code

io.github.shlok-lgtm/basis-mcp

Stablecoin risk scores, wallet risk profiles, and transaction risk assessment.

client:VS Code transport:stdio runtime:npm

Install Basis Protocol in VS Code

.vscode/mcp.json

{
  "servers": {
    "basis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@basis-protocol/mcp-server"
      ]
    }
  }
}

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

Basis Protocol in other clients