Brave DevTools MCP for Zed
io.github.triuzzi/brave-mcp
MCP server and CLI for Brave DevTools
client:Zed
transport:stdio
runtime:npm
Install Brave DevTools MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"brave-mcp": {
"command": "npx",
"args": [
"-y",
"brave-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs