npm @t3ratech/mcp-session-bridgestdioupdated 10d ago
DevTools you can talk to, and an agent runway you can trust.
What can you do with mcp session bridge?
T3rnel Browser
DevTools you can talk to, and an agent runway you can trust.
Documentation, manuals and release notes for the T3rnel Browser extension.
Support: t3rnel@agentmail.to
This repository hosts the published documentation only. T3rnel Browser is closed source; the extension itself is distributed through the Chrome Web Store.
Ā© T3raTech Solutions (Pvt) Ltd 2025. All rights reserved.
Install
Add mcp session bridge to your client. Pick the one you use.
claude mcp add mcp-session-bridge -- npx -y @t3ratech/mcp-session-bridgecodex mcp add mcp-session-bridge -- npx -y @t3ratech/mcp-session-bridgeamp mcp add mcp-session-bridge -- npx -y @t3ratech/mcp-session-bridge{
"mcpServers": {
"mcp-session-bridge": {
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-session-bridge": {
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-session-bridge","command":"npx","args":["-y","@t3ratech/mcp-session-bridge"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-session-bridge": {
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-session-bridge": {
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-session-bridge": {
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-session-bridge": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-session-bridge": {
"command": {
"path": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @t3ratech/mcp-session-bridgeRun `goose configure`, choose **Add Extension ā Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation4/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 27, 2026 |
| 1.0.2 | Aug 23, 2026 |
| 1.0.1 | Aug 23, 2026 |