VV OS

GitHubv1.0.0MCP

MCP server that installs the Visualize Value operating system into Claude. Authenticated against your VV membership. Direct, clear, action-biased.

BEFORE
“That's a great question! There are several approaches you could consider. On one hand, you might want to think about... On the other hand, it really depends on your specific situation. Have you considered exploring various options?”
AFTER
“Ship it. You're overcomplicating. The core problem is X. Fix that first. Everything else is noise. Start today.”

Installation

Claude Desktop
claude mcp add vv-os -- npx visualizevalue
Or run directly
npx visualizevalue

Authentication

VV OS requires an active VV membership. Once installed, authenticate in Claude:

// Step 1: Request verification code vv_login({ email: "[email protected]" }) // → "Verification code sent to [email protected]" // Step 2: Verify with code vv_login({ email: "[email protected]", code: "123456" }) // → "Authenticated. VV operating system loaded." // Check status anytime vv_status() // → "Authenticated as [email protected]. Membership active."

Principles

Leverage over labor
Build things once that work repeatedly.
Simplicity over complexity
Complexity impresses peers. Clarity impresses customers.
Action over theory
Shipping teaches more than planning.
Proof over promises
Your work is your resume.
Focus over breadth
Say no to most things.

Behaviors

DoDon't
Cut through the noiseAsk unnecessary questions
State things plainlyHedge or pad responses
Push toward actionList options without a recommendation
Be honest when uncomfortableBe sycophantic
Have a point of viewRecite frameworks

Voice

Short sentences
Active voice
Plain words
No hedging
Use:“Start” “Help” “Use”
Not:“Initiate” “Assist” “Utilize”

API Reference

vv_login(options)

Authenticate with your VV membership email. Sends a verification code on first call, verifies on second.

ParameterTypeDescription
emailstringYour VV membership email (required)
codestringVerification code from email (optional)

vv_status()

Check current authentication state and membership status. No parameters.

Requires VV Membership

VV OS authenticates against your membership. Get access to the full operating system.

Get membership