profile-memory-mcp-server

eagleisbatman/profile-memory-mcp-server

3.2

If you are the rightful owner of profile-memory-mcp-server 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.

The Profile/Memory MCP Server is an external server designed for managing user profiles and memory events, utilizing model context protocol (MCP) technology.

Tools
5
Resources
0
Prompts
0

Profile/Memory MCP Server

External MCP server for user profile and memory management.

Tools

  • read_profile - Read user profile data
  • update_profile - Update user profile fields
  • add_memory_event - Add memory event from conversation
  • get_memory_summary - Get recent memory events
  • extract_profile_facts - Extract facts from conversation using LLM

Environment Variables

DATABASE_URL=postgresql://...  # Same database as backend
OPENAI_API_KEY=sk-...          # For fact extraction
PORT=3002
CORS_ORIGIN=*
NODE_ENV=development

Deployment

Deploy to Railway as separate service: profile-memory-mcp-development