Back to Home
frknyldz icon

ai-session-bridge

Verified Safe

by frknyldz

Overview

Enables AI coding agents to access and search conversation history from various local AI tools like VS Code Copilot, Cursor, and Rovodev to maintain context across sessions.

Installation

Run Command
ai-session-bridge serve

Environment Variables

  • VSCODE_STORAGE
  • CURSOR_STORAGE
  • ROVODEV_HOME

Security Notes

The server operates locally via STDIN/STDOUT (Model Context Protocol). It includes a robust `ContentFilter` module with default patterns to redact sensitive information like API keys, secrets, and private keys from conversation history, enhancing security for the data it processes. No hardcoded secrets were found within the application's own configuration or logic, and there is no usage of `eval` or similar dangerous patterns. It primarily reads local files, which inherently carries some risk if the files themselves are compromised, but the active filtering is a strong positive.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassLow
Stars1
Forks1
Last Update2026-01-19

Tags

AIconversation historycontextdeveloper toolsMCP