io.github.nirholas/autopilot-mcp icon
io.github.nirholas

autopilot-mcp

three.ws Autopilot

Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.

stdioofficialinfra

Package Details

Transportstdio
Runtimenpx

Environment Variables

THREE_WS_API_KEY(str)
RequiredSecret

REQUIRED. The agent owner's three.ws credential — a three.ws API key (sk_live_… / sk_test_…) or an OAuth access token. Sent as Authorization: Bearer on every request; every autopilot endpoint is owner-scoped and rejects unauthenticated calls. This credential can move real SOL via execute_proposal — treat it like a password. THREE_WS_TOKEN / THREE_WS_BEARER are accepted aliases.

THREE_WS_BASE(str)
Default:https://three.ws

Base URL of the three.ws API that serves the autopilot endpoints. Override only when self-hosting or targeting a preview deployment.

THREE_WS_TIMEOUT_MS(num)
Default:60000

Per-request timeout in milliseconds. Proposal generation runs a real server-side LLM pass, so the default is generous.