From 15f780c9e7b9a89ae52b0c4c2f6fa939d6e5dbc3 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 7 Jan 2026 17:12:01 +0100 Subject: [PATCH] feat(opencode): add context7 --- .config/opencode/opencode.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index c399bed..3dbadda 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -17,5 +17,12 @@ "command_list": "ctrl+shift+p", "messages_next": "ctrl+n", "messages_previous": "ctrl+p" + }, + "mcp": { + "context7": { + "type": "local", + "command": ["npx", "-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"], + "enabled": true + } } }