dotfiles/config/opencode/opencode.json (view raw)
| 1 | { |
| 2 | "$schema": "https://opencode.ai/config.json", |
| 3 | "autoupdate": true, |
| 4 | "theme": "tokyonight", |
| 5 | "keybinds": { |
| 6 | "leader": "ctrl+x", |
| 7 | "app_exit": "ctrl+c,ctrl+d,<leader>x", |
| 8 | "messages_half_page_down": "ctrl+d", |
| 9 | "messages_half_page_up": "ctrl+u", |
| 10 | "input_delete_to_line_start": "none", |
| 11 | "input_delete": "delete,shift+delete" |
| 12 | }, |
| 13 | "mcp": { |
| 14 | "context7": { |
| 15 | "enabled": true, |
| 16 | "type": "remote", |
| 17 | "url": "https://mcp.context7.com/mcp", |
| 18 | "headers": { |
| 19 | "CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}" |
| 20 | } |
| 21 | }, |
| 22 | "sequential-thinking": { |
| 23 | "type": "local", |
| 24 | "command": [ |
| 25 | "npx", |
| 26 | "-y", |
| 27 | "@modelcontextprotocol/server-sequential-thinking" |
| 28 | ], |
| 29 | }, |
| 30 | "grep-app": { |
| 31 | "enabled": true, |
| 32 | "type": "remote", |
| 33 | "url": "https://mcp.grep.app", |
| 34 | } |
| 35 | } |
| 36 | } |