Skip to main content
Glama
matipojo

Personal Context MCP Server

by matipojo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERSONAL_INFO_DATA_DIRNoDirectory path where personal information data is stored./data
PERSONAL_INFO_BACKUP_DIRNoDirectory path where backups are stored./backups
PERSONAL_INFO_MAX_FILE_SIZENoMaximum file size in bytes (default 1MB)1048576
PERSONAL_INFO_BACKUP_ENABLEDNoEnable automatic backups before data modificationstrue
PERSONAL_INFO_ENCRYPTION_KEYNoEncryption key for AES-256 encryption (optional, used when encryption is enabled)
PERSONAL_INFO_ENCRYPTION_ENABLEDNoEnable AES-256 encryption for sensitive datafalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
update_personal_infoD

Update existing personal information

list_available_personal_infoC

List all available personal information within current permissions

delete_personal_infoD

Delete specific personal information

batch_get_personal_infoA

Retrieve multiple categories of personal information in a single request. Retrieve personal information based on category and current permissions, you can get a wide range of information, personal, pets, family, friends, work, etc and even more. You must list once all the categories with the list_available_personal_info tool before using this tool to understand what you can get.

batch_save_personal_infoB

Save multiple pieces of personal information in a single request. More efficient than making multiple individual save requests.

setup_otpC

Set up One-Time Password (OTP) for encrypted personal data. On MCP App-capable clients, the QR code and backup codes appear in the app panel; otherwise use the structured result.

verify_otpA

Verify an OTP token to access encrypted personal data. Required before reading encrypted information.

otp_statusB

Check the current OTP configuration status and whether OTP verification is required.

disable_otpB

Disable OTP authentication and encryption for personal data.

lock_otpA

Immediately lock the current OTP session and block access to encrypted personal data. Requires re-verification with verify_otp to access data again.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
OTP setupOTP QR code, secret, and backup codes (MCP App)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/matipojo/personal-context-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server