Skip to content

Instantly share code, notes, and snippets.

@thirdlf03
Last active September 26, 2025 01:17
Show Gist options
  • Select an option

  • Save thirdlf03/dd0cd0fd7ba23008178e4f16cca64a70 to your computer and use it in GitHub Desktop.

Select an option

Save thirdlf03/dd0cd0fd7ba23008178e4f16cca64a70 to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"serena": {
"tools": [
"*"
],
"type": "local",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server"
]
},
"chrome-devtools": {
"type": "local",
"command": "npx",
"tools": [
"*"
],
"args": [
"chrome-devtools-mcp@latest"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment