26 Unix tools. One binary. Zero dependencies. · the missing coreutils for the agent era · vrk mcp - expose all 26 tools to any AI agent · curl vrk.sh/install.sh | sh - ready in 5 seconds · 26 Unix tools. One binary. Zero dependencies. · the missing coreutils for the agent era · vrk mcp - expose all 26 tools to any AI agent · curl vrk.sh/install.sh | sh - ready in 5 seconds

JWT-based key lookup

Ties storage to identity without custom parsing - the JWT carries the key, so the lookup stays stateless and auditable.

Extract a claim from a JWT and use it as a kv key.

Pipeline

SUB=$(vrk jwt --claim sub "$TOKEN")
vrk kv get "user:$SUB"

Tools used