Created
January 4, 2026 17:16
-
-
Save aditya-konarde/eef6e5c71d1fa004d2a092d3a221d4ae to your computer and use it in GitHub Desktop.
My OpenCode config including MCP. No guarantees provided :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "plugin": [ | |
| "oh-my-opencode" | |
| ], | |
| "mcp": { | |
| "deepwiki": { | |
| "url": "https://mcp.deepwiki.com/sse", | |
| "enabled": true, | |
| "type": "remote" | |
| }, | |
| "ddg-search": { | |
| "command": [ | |
| "uvx", | |
| "duckduckgo-mcp-server" | |
| ], | |
| "enabled": true, | |
| "type": "local" | |
| }, | |
| "playwright": { | |
| "command": [ | |
| "bunx", | |
| "@playwright/mcp@latest" | |
| ], | |
| "enabled": true, | |
| "type": "local" | |
| }, | |
| "sequential-thinking": { | |
| "command": [ | |
| "npx", | |
| "-y", | |
| "@modelcontextprotocol/server-sequential-thinking" | |
| ], | |
| "enabled": true, | |
| "type": "local" | |
| } | |
| }, | |
| "$schema": "https://opencode.ai/config.json" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment