Prerequisites
Beta: Limited Platform Support
The CLI (agentd) currently supports macOS and Claude Code only. Windows, Linux, and other AI coding agents (e.g. Codex) are not yet supported. Support for additional platforms is planned for future releases.
Setup Steps
Install CLI
Install the VESS CLI globally via npm.
npm install -g @vess-id/vess
Initialize Device
Generate a DID key pair for your device and link it to your VESS account. A browser window will open for verification.
vess init
Restart Claude Code
Restart Claude Code to load the MCP server.
Environment Protection (Optional)
Securely manage sensitive .env values via OS Keychain.
vess env import .env --profile myapp
Troubleshooting
Remote MCP (Claude Web / ChatGPT)
If you use Claude Web or ChatGPT instead of Claude Code, you can connect via Remote MCP.
Remote MCP currently supports Claude Web/Desktop and ChatGPT only. Other clients are not yet supported. More integrations coming soon.
-
Claude Web / Desktop
Settings → Integrations → Add MCP Server
ChatGPT
Settings → Connected apps → Add connection
On first connection, you will be prompted to authenticate with your VESS account via OAuth.
セットアップ完了!
AIエージェントに話しかけて、連携したサービスを使ってみましょう。
Slack を連携した方:
"Slack の #your-test-channel に「Hello from AI!」と送って"
Slack を連携した方:
"#random の先週の投稿をサマリーして"
JIRA を連携した方:
"JIRAの私の担当チケットの一覧を見せて"