npm @t3ratech/mcp-session-bridgestdioupdated 10d ago
DevTools you can talk to, and an agent runway you can trust.
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.
インストール
mcp session bridge をクライアントに追加します。お使いのものを選んでください。
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.
スコア
39 / 100
情報不足
- ドキュメント4/25
- メンテナンス25/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.1.0最新 | 2026年8月27日 |
| 1.0.2 | 2026年8月23日 |
| 1.0.1 | 2026年8月23日 |