MCP Directory
Back

opencode-studio

by Microck · TypeScript · ★ 676

web GUI for securely managing local OpenCode configuration

#cli-tools#configuration-manager#desktop-app#developer-tools#gui#mcp#model-context-protocol#nextjs#opencode#react

Install

npx -y github:Microck/opencode-studio

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

English | 简体中文 a local gui for managing opencode configurations. toggle mcp servers, edit skills, manage plugins, handle auth - no json editing required. - **mcp manager**: toggle servers on/off, add new ones by pasting npx commands, delete unused configs - **profiles**: isolated environments with separate configs, history, and sessions. switch instantly. - **skill editor**: browse/edit skills, create from templates, import from url, bulk import multiple urls - **plugin hub**: manage js/ts plugins, multiple templates (hooks, watchers, lifecycle), bulk import - **commands**: browse…
Read full README on GitHub →

Related other servers