Skip to content
Cursor

4q tokenz for Cursor

io.github.steveweltman/4q-tokenz

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

client:Cursor transport:stdio runtime:npm

Install 4q tokenz in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

4q tokenz in other clients