Skip to main content
Glama
michelgrolet

people-memory-mcp

by michelgrolet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PEOPLE_MEMORY_ENV_FILENoPath to a .env file that is read automatically
PEOPLE_MEMORY_API_TOKENNoOptional API token to require Authorization: Bearer for the REST API
PEOPLE_MEMORY_DATABASE_URLYesPostgreSQL database URL for the People Memory database
PEOPLE_MEMORY_DEFAULT_SOURCENoDefault source for recorded factsagent
PEOPLE_MEMORY_ENABLE_RAW_SQLNoWhether to enable raw SQL query/write toolsfalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
graph_statusB

Check the graph connection and return record counts.

search_peopleC

Search people by name, organization, role, city, identifier, summary, or fact.

get_personA

Get one person's full record. Returns candidates instead of guessing when ambiguous.

remember_personA

Create or update a person from conversation.

By default this refuses similar-name duplicates and conflicting overwrites. Ask the user, then retry with confirmed_new or overwrite only after they decide.

add_factC

Attach a durable fact to a person. Ask the user if the name is ambiguous.

record_interactionB

Record a dated call, meeting, message, meal, or other interaction.

connect_peopleB

Create a relationship between two existing people. Never guesses ambiguous names.

find_intro_pathC

Find short relationship paths from a person to anyone at a target organization.

stale_contactsC

List strong relationships with no recent interaction.

read_queryB

Run one guarded SELECT for advanced graph analysis. No DDL or data changes.

write_queryA

Run one guarded INSERT, UPDATE, or DELETE. UPDATE/DELETE require WHERE; DDL is blocked.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/michelgrolet/people-memory-mcp'

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