Skip to content
VS Code

blockfill for VS Code

services.quantech/blockfill

Local-first crypto perp/spot execution (TWAP/maker) across 11 venues; keys stay on your machine.

client:VS Code transport:stdio runtime:pypi

Install blockfill in VS Code

.vscode/mcp.json

{
  "servers": {
    "blockfill": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "blockfill"
      ]
    }
  }
}

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

blockfill in other clients