Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save josh-burton/e09442d54843cfcba5e98d1589705f9c to your computer and use it in GitHub Desktop.

Select an option

Save josh-burton/e09442d54843cfcba5e98d1589705f9c to your computer and use it in GitHub Desktop.
OpenCode local mcp servers
{
"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