people-memory-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PEOPLE_MEMORY_ENV_FILE | No | Path to a .env file that is read automatically | |
| PEOPLE_MEMORY_API_TOKEN | No | Optional API token to require Authorization: Bearer for the REST API | |
| PEOPLE_MEMORY_DATABASE_URL | Yes | PostgreSQL database URL for the People Memory database | |
| PEOPLE_MEMORY_DEFAULT_SOURCE | No | Default source for recorded facts | agent |
| PEOPLE_MEMORY_ENABLE_RAW_SQL | No | Whether to enable raw SQL query/write tools | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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