Skip to content

Instantly share code, notes, and snippets.

@aditya-konarde
Created January 4, 2026 17:16
Show Gist options
  • Select an option

  • Save aditya-konarde/eef6e5c71d1fa004d2a092d3a221d4ae to your computer and use it in GitHub Desktop.

Select an option

Save aditya-konarde/eef6e5c71d1fa004d2a092d3a221d4ae to your computer and use it in GitHub Desktop.
My OpenCode config including MCP. No guarantees provided :)
{
"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