Created
March 4, 2026 00:42
-
-
Save josh-burton/e09442d54843cfcba5e98d1589705f9c to your computer and use it in GitHub Desktop.
OpenCode local mcp servers
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
| { | |
| "proxyman": { | |
| "type": "local", | |
| "command": [ | |
| "/Applications/Proxyman.app/Contents/MacOS/mcp-server" | |
| ], | |
| "enabled": true | |
| }, | |
| "dart": { | |
| "type": "local", | |
| "command": [ | |
| "fvm", | |
| "dart", | |
| "mcp-server" | |
| ], | |
| "enabled": true | |
| }, | |
| "chrome-devtools": { | |
| "type": "local", | |
| "command": [ | |
| "npx", | |
| "-y", | |
| "chrome-devtools-mcp@latest" | |
| ], | |
| "enabled": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment