Files
openchamber/packages/docs/content/docs/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.1 KiB
Plaintext

---
title: MCP Servers
description: Add MCP servers to give agents extra tools.
---
# MCP Servers
An MCP server gives your agents extra tools — things like searching a database, calling an API, or reading a service you use. Add them in **Settings → MCP**.
## Add a server
1. Open **Settings → MCP**.
2. Add a server and choose its type:
- **local** — OpenChamber runs a command on your machine. You give it the command to run and, if needed, environment variables.
- **remote** — OpenChamber connects to a URL someone else hosts. You give it the URL and any headers it needs (for example an auth token).
3. Save. The server is on by default; you can turn it off without deleting it.
## Where it applies
Pick the scope when you add a server:
- **personal** — available in every project
- **project** — available only in the current project, and saved alongside the project's other settings
Server names use lowercase letters, numbers, hyphens, and underscores.
## Related
- [Providers, Models & Agents](/providers/) — connect a model first
- [Skills](/skills/) — another way to extend what agents can do