Opencode Studio

v1.0.0Developer Toolsstable

web GUI for securely managing local OpenCode configuration

cli-toolsconfiguration-managerdesktop-appdeveloper-toolsgui
Share:
633
Stars
0
Downloads
0
Weekly
0/5

What is Opencode Studio?

Opencode Studio is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to web gui for securely managing local opencode configuration

web GUI for securely managing local OpenCode configuration

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • web GUI for securely managing local OpenCode configuration

Use Cases

Manage OpenCode configuration securely through a web GUI. Configure AI coding assistants without manual file editing. Access centralized configuration management for coding environments.
Microck

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx opencode-studio

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Opencode Studio

Opencode Studio is a web-based GUI for managing OpenCode configuration files, MCP servers, profiles, agents, skills, and plugins without manually editing JSON files. It runs locally and reads from the standard OpenCode configuration directory (~/.config/opencode/), providing a visual dashboard for toggling MCP servers, switching profiles, importing skills from GitHub URLs, tracking token usage and costs, and synchronising configuration with GitHub. Developers who use OpenCode as their AI coding assistant use this tool to manage the growing complexity of their configuration through a point-and-click interface.

Prerequisites

  • Node.js 18 or later installed
  • OpenCode CLI installed and configured (configuration present at ~/.config/opencode/)
  • An MCP-compatible AI client such as Claude Desktop or Claude Code
  • npm available on your PATH
1

Install Opencode Studio

Install the server globally via npm or use the quickstart script for your platform to set up the full local environment.

npm install -g opencode-studio-server
# Or on macOS/Linux using the quickstart script:
chmod +x quickstart.sh && ./quickstart.sh
2

Start the Opencode Studio server

Launch the local web server. By default it listens on port 1080 and reads your OpenCode configuration from ~/.config/opencode/.

opencode-studio-server
# Then open: http://localhost:1080
3

Add Opencode Studio to your MCP client configuration

Register the server in your claude_desktop_config.json to allow AI assistants to manage your OpenCode configuration through natural language.

{
  "mcpServers": {
    "opencode-studio": {
      "command": "npx",
      "args": ["opencode-studio"]
    }
  }
}
4

Manage MCP servers through the GUI

Open http://localhost:1080 in your browser. Use the MCP Servers panel to toggle servers on/off, add new ones, or delete existing entries from your OpenCode configuration.

5

Import skills and configure agents

Use the Skills panel to bulk-import skills from GitHub URLs, and the Agents panel to create agents with specific models, tools, and system prompts. Changes are written directly to ~/.config/opencode/.

Opencode Studio Examples

Client configuration

claude_desktop_config.json entry for Opencode Studio MCP server.

{
  "mcpServers": {
    "opencode-studio": {
      "command": "npx",
      "args": ["opencode-studio"]
    }
  }
}

Prompts to try

Prompts that use Opencode Studio to manage your OpenCode environment through an AI assistant.

- "Show me all currently enabled MCP servers in my OpenCode configuration"
- "Switch to the work profile in OpenCode Studio"
- "Import the skill at https://github.com/example/skill-repo into my OpenCode setup"
- "Create a new agent called 'code-reviewer' with only read-only file tools enabled"
- "Show my token usage and cost breakdown by model for this month"

Troubleshooting Opencode Studio

Opencode Studio does not reflect changes made directly to opencode.json

The GUI reads from ~/.config/opencode/opencode.json on load. Refresh the browser page to pick up external changes, or use Opencode Studio exclusively to avoid conflicts.

Port 1080 is already in use

Stop the conflicting process or configure Opencode Studio to use a different port. Check the quickstart script or package documentation for the PORT environment variable option.

Skills imported from GitHub URLs do not appear in OpenCode

Ensure the URL points to a raw skill file or a repository that Opencode Studio can parse. Skills are saved to ~/.config/opencode/skill/ — verify the file appeared there after import.

Frequently Asked Questions about Opencode Studio

What is Opencode Studio?

Opencode Studio is a Model Context Protocol (MCP) server that web gui for securely managing local opencode configuration It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Opencode Studio?

Follow the installation instructions on the Opencode Studio GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Opencode Studio?

Opencode Studio works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Opencode Studio free to use?

Yes, Opencode Studio is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "opencode-studio": { "command": "npx", "args": ["-y", "opencode-studio"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Opencode Studio?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides