Back to Home
jayasimhag1reddy icon

Context-Persistance

Verified Safe

by jayasimhag1reddy

Overview

Enables cross-window context sharing for AI conversations in VS Code by persistently storing and linking discussions across different repositories.

Installation

Run Command
node /Users/j0k0h1v/Documents/AI/McpServerPoc/dist/index.js

Security Notes

The server uses `better-sqlite3` with prepared statements for database operations, which effectively prevents common SQL injection vulnerabilities. Communication occurs via standard I/O (`StdioServerTransport`), meaning no network ports are directly exposed by this server instance. Entity extraction and search queries rely on regex and FTS5 `MATCH` clauses, treating user input as literal search terms rather than executable code. The database is stored locally in the user's home directory. While FTS5 queries with very complex syntax could potentially be used for local resource exhaustion, the overall design for a local-only server interacting with Copilot appears robust against common remote attack vectors and data manipulation.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-13

Tags

Context SharingVS CodeCopilotSQLiteDevelopment