Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dropcv.work/llms.txt

Use this file to discover all available pages before exploring further.

OpenCode 界面
OpenCode 是一款开源的 AI 编程 TUI(终端 UI),支持多种 LLM 提供商和 MCP 协议,本地优先。

安装

1

安装 OpenCode

# macOS
brew install sst/tap/opencode

# 或者使用 Go 安装
go install github.com/sst/opencode@latest
2

初始化项目

opencode init
这会在当前目录创建配置文件。
3

配置 MCP Server

在项目根目录的 opencode.json 中添加 MCP 配置:
{
  "mcp": {
    "dropcv": {
      "url": "https://api.dropcv.com/mcp",
      "headers": {
        "Authorization": "Bearer <你的 API Key>"
      }
    }
  }
}
4

启动并使用

opencode
在 TUI 界面中直接输入指令操作人才库。