From 3f148a4005f89f34c5710f87d56b7ac1531427c6 Mon Sep 17 00:00:00 2001 From: Adam Tarantino Date: Thu, 14 Aug 2025 15:41:46 -0700 Subject: [PATCH] docs: add opencode installation instructions (#895) --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index dd6cf78..57d80fc 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,29 @@ Go to `Advanced settings` -> `Extensions` -> `Add custom extension`. Name to you Go to `Program` in the right sidebar -> `Install` -> `Edit mcp.json`. Use the standard config above. +
+opencode + +Follow the MCP Servers [documentation](https://opencode.ai/docs/mcp-servers/). For example in `~/.config/opencode/opencode.json`: + +```json +{ + "$schema": "https://opencode.ai/config.json", + "mcp": { + "playwright": { + "type": "local", + "command": [ + "npx", + "@playwright/mcp@latest" + ], + "enabled": true + } + } +} + +``` +
+
Qodo Gen