opencode-studio-server
v1.17.0
Published
Backend server for OpenCode Studio - manages opencode configurations
Downloads
8,437
Readme
OpenCode Studio Server
Backend server for OpenCode Studio.
Installation
npm install -g opencode-studio-serverSetup
After installing, register the protocol handler to allow the web UI to launch the backend:
opencode-studio-server --registerUsage
Start the server manually:
opencode-studio-serverThe server runs on port 3001 and provides an API for managing your local OpenCode configuration.
Features
- Protocol Handler:
opencodestudio://support for one-click actions - Config Management: Reads/writes
~/.config/opencode/opencode.json - MCP Management: Add/remove/toggle MCP servers
- Proxy Manager: Manage CLIProxyAPI instance
- Auth: Manage authentication profiles
License
MIT
