Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/web/src/content/docs/mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ Once added, MCP tools are automatically available to the LLM alongside built-in

---

## Protocol

OpenCode implements MCP protocol version **2025-06-18**.

Supported transports:

- **Local servers**: stdio
- **Remote servers**: Streamable HTTP (with SSE fallback)

For details, see the [MCP specification](https://spec.modelcontextprotocol.io/).

---

#### Caveats

When you use an MCP server, it adds to the context. This can quickly add up if you have a lot of tools. So we recommend being careful with which MCP servers you use.
Expand Down