Last active
September 26, 2025 01:17
-
-
Save thirdlf03/dd0cd0fd7ba23008178e4f16cca64a70 to your computer and use it in GitHub Desktop.
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
| { | |
| "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