three.ws Autopilot runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 22 Sep 2026.
Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.
We read the source, 2 h ago · rules 3dff92dd89df
A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.
await fs.writeFile(out, bytes);
Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.
'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token',
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const r = await redis.eval(
return JSON.parse(await readFile(path.join(base, rel), 'utf8'));
const child = spawn(command[0], command.slice(1), { stdio: 'inherit', shell: false });
const drop = STANDING_HIP_HEIGHT * (root.height - 1) + root.rise;
if (reset) { state.cursor = null; state.total = 0; grid.innerHTML = skeletons(); stateEl.hidden = true; }
`https://api.telegram.org/bot${cfg.token}/sendMessage`,
'UklGRmQBAABXQVZFZm10IBAAAAABAAEAQB8AAIA+AAACABAAZGF0YUABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
<script type="module" src="https://three.ws/agent-3d/latest/agent-3d.js"></script>
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add autopilot-mcp -- npx -y @three-ws/autopilot-mcp
{
"mcpServers": {
"autopilot-mcp": {
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.autopilot-mcp]
command = "npx"
args = ["-y", "@three-ws/autopilot-mcp"]
{
"mcpServers": {
"autopilot-mcp": {
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"autopilot-mcp": {
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
THREE_WS_API_KEY (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 (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 (Per-request timeout in milliseconds. Proposal generation runs a real server-side LLM pass, so the default is generous.).
The author declared them in the registry entry; get the values from the project itself.
Raily personal-agent MCP with scoped reads and approved actions.
Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.
Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.
Impact preview for AI agents - see what changes before any action executes.
Pre-execution safety layer for autonomous agent wallets via MCP and x402.
Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.
Model Context Protocol server for awesome-copilot agents and collections
Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents
Answers built from our own checks of this server.