mcp-server-private-user-context
If you are the rightful owner of mcp-server-private-user-context and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A secure MCP server for managing personal information and context with encryption.
The Personal Context MCP Server is designed to securely manage and store personal information, ensuring privacy and data protection through advanced encryption techniques. Built on Node.js, this server leverages SQLite for database management, providing a lightweight yet robust solution for handling personal data. The server is configured to encrypt all stored data using AES-256-CBC, a highly secure encryption standard, ensuring that sensitive information remains protected from unauthorized access. Each record in the database is encrypted with a unique initialization vector, adding an additional layer of security. The server is easily configurable through environment variables, allowing for flexible deployment across different environments. It supports various operations such as adding, updating, retrieving, and searching personal information, making it a versatile tool for managing personal data securely.
Features
- Secure data encryption using AES-256-CBC
- Unique initialization vector for each record
- Configurable through environment variables
- Supports add, update, retrieve, and search operations
- Lightweight and robust using Node.js and SQLite
Tools
add-personal-info
Add new personal information (contacts, preferences, context)
update-personal-info
Update existing information
get-personal-info
Retrieve information by ID/name/type
search-personal-info
Search across stored information