Files
openchamber/packages/docs/content/docs/ko/mcp.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

31 lines
1.3 KiB
Plaintext

---
title: MCP 서버
description: MCP 서버를 추가하여 에이전트에 추가 도구를 제공하세요.
---
# MCP 서버
MCP 서버는 에이전트에 데이터베이스 검색, API 호출, 사용하는 서비스 읽기 같은 추가 도구를 제공합니다. **Settings → MCP**에서 추가합니다.
## 서버 추가하기
1. **Settings → MCP**를 엽니다.
2. 서버를 추가하고 유형을 선택합니다.
- **local** — OpenChamber가 사용자의 컴퓨터에서 명령을 실행합니다. 실행할 명령과, 필요하다면 환경 변수를 제공합니다.
- **remote** — OpenChamber가 다른 누군가가 호스팅하는 URL에 연결합니다. URL과 필요한 헤더(예: 인증 토큰)를 제공합니다.
3. 저장합니다. 서버는 기본적으로 켜져 있으며, 삭제하지 않고도 끌 수 있습니다.
## 적용 범위
서버를 추가할 때 범위를 선택합니다.
- **personal** — 모든 프로젝트에서 사용 가능
- **project** — 현재 프로젝트에서만 사용 가능하며, 프로젝트의 다른 설정과 함께 저장됨
서버 이름에는 소문자, 숫자, 하이픈, 밑줄을 사용합니다.
## 관련 항목
- [Providers, Models & Agents](/ko/providers/) — 먼저 모델을 연결하세요
- [Skills](/ko/skills/) — 에이전트의 기능을 확장하는 또 다른 방법