mcp session bridge for Cursor
io.github.t3ratech/mcp-session-bridge
Drive a browser you are already signed into, through the free T3rnel Browser extension.
client:Cursor
transport:stdio
runtime:npm
Install mcp session bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-session-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
],
"env": {
"T3RNEL_SESSION_MODE": "<T3RNEL_SESSION_MODE>",
"T3RNEL_SESSION_HEADLESS": "<T3RNEL_SESSION_HEADLESS>",
"T3RNEL_SESSION_TIMEOUT_MS": "<T3RNEL_SESSION_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs