@redonvn/opencode-controller-mcp
v0.1.0
Published
MCP stdio server to control installed OpenCode CLI/runtime via CLI, managed processes, HTTP APIs, TUI endpoints, agents, config, sessions, and MCP servers.
Readme
OpenCode Controller MCP
MCP stdio server for controlling an installed OpenCode CLI/runtime. It calls the real opencode binary from PATH by default and can also connect to a running OpenCode HTTP server.
Usage
npx -y @redonvn/opencode-controller-mcp@latestUseful env:
OPENCODE_CONTROLLER_BINdefaults toopencodeOPENCODE_CONTROLLER_BASE_URLdefaults tohttp://127.0.0.1:4096OPENCODE_CONTROLLER_DEFAULT_CWDdefaults to process cwdOPENCODE_CONTROLLER_USERNAME/OPENCODE_CONTROLLER_PASSWORDfor OpenCode server Basic Auth
This package does not import or execute the OpenCode source repo. It controls the installed OpenCode runtime.
