Skip to content
VS Code

4q tokenz for VS Code

io.github.steveweltman/4q-tokenz

Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.

client:VS Code transport:stdio runtime:npm

Install 4q tokenz in VS Code

.vscode/mcp.json

{
  "servers": {
    "4q-tokenz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "4q-tokenz"
      ]
    }
  }
}

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

4q tokenz in other clients