thinkrun for Zed
io.github.dundas/thinkrun
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
client:Zed
transport:stdio
runtime:npm
Install thinkrun in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"thinkrun": {
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs