v1.0.5

Zero-friction agent setup command

May 2026 · New

npx -y @sharnix/agent@1.0.5

The problem

Getting started meant copying API keys, wiring MCP config by hand, and running separate commands just to get a share link — too many steps before you could show your app to someone.

What we did

One setup command opens your browser, saves your key, and writes MCP config to Cursor, Claude Desktop, and Windsurf. The --share flag prints a link the moment your tunnel connects.

What you can do now

Run npx @sharnix/agent setup once, then npx @sharnix/agent --port 3000 --share whenever you want to preview. Your AI tools can manage keys and links through MCP.

View technical details
  • npx @sharnix/agent setup opens your browser, captures the API key via device-flow OAuth, and writes MCP config to Claude Desktop, Cursor, and Windsurf automatically.
  • Added --share flag: npx @sharnix/agent --port 3000 --share prints a share link immediately on connect.
  • New MCP tools: create_api_key and list_api_keys for managing credentials without leaving the agent.
  • Settings page now shows a green "Automatic setup" card with the one-command setup flow.

← All releases