opencode-studio
活跃·★ 648·更新于 2026-05-15
★ 开发者工具
一个管理opencode配置的本地图形界面,可切换MCP服务器、编辑技能、管理插件和处理认证,无需手动编辑JSON。
OpenCode Studio 是一个管理 OpenCode 配置的本地图形界面。它提供了直观的界面来切换 MCP 服务器、编辑技能、管理插件和处理认证,无需直接编辑 JSON 文件。该工具还支持配置文件切换、批量导入、使用仪表盘和 GitHub 同步。
#cli-tools#configuration-manager#desktop-app#开发者工具#gui#MCP 协议#MCP 服务器#模型上下文协议
01
功能特性
01MCP 管理器:切换服务器开关,通过 npx 命令添加,删除配置
02配置文件:隔离的环境,带有独立的配置、历史和会话
03技能编辑器:浏览/编辑技能,从模板创建,从 URL 导入
04插件中心:管理 JS/TS 插件,支持多种模板
05命令:浏览和管理自定义斜杠命令
02
兼容性
Windows
Windows
已通过文档验证
macOS
macOS
已通过文档验证
Linux
Linux
已通过文档验证
03
快速开始
1
$ npm install -g opencode-studio-server
04
使用场景
↳通过图形界面管理 OpenCode 配置,无需编辑 JSON 文件
↳从 GitHub 原始 URL 批量导入技能和插件
↳在不同的隔离配置文件之间切换以适应不同的开发环境
05
同类工具
相关搜索
评论
登录后发表评论
- SSterling Chen2026年5月24日
Runs fine on Node 20. Just launch the GUI from the terminal and it picks up your local setup instantly.
- RRiley Zhang2026年5月11日
I really appreciate having a visual dashboard instead of constantly editing config files in vim. Highly recommended.
- RRiver Lewis2026年4月28日
The interface is clean, though some of the advanced MCP settings could use inline tooltips for beginners.
- Riley Lee2026年3月24日
Great for visually tweaking development configurations without accidentally breaking our local JSON files.
- PParker Harris2026年3月1日
Is there a way to export the configurations as a shareable schema for onboarding new developers on the team?