Skip to content

Latest commit

 

History

History
 
 

README.md

OpenCode Studio Server

Backend server for OpenCode Studio.

Installation

npm install -g opencode-studio-server

Setup

After installing, register the protocol handler to allow the web UI to launch the backend:

opencode-studio-server --register

Usage

Start the server manually:

opencode-studio-server

The server runs on port 1920 (auto-detects next available) 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
  • Auth: Manage authentication profiles

License

MIT