Skip to main content
Glama
Oceankj

Personal Agent Memory MCP

by Oceankj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgreSQL connection string for the memory database.postgresql://postgres:postgres@localhost:5432/personal_agent_memory
OLLAMA_BASE_URLNoBase URL of the Ollama server used for embeddings.http://localhost:11434
OLLAMA_EMBEDDING_MODELNoName of the Ollama embedding model to use.qwen3-embedding:0.6b
MEMORY_REST_API_ENABLEDNoSet to 'true' to enable the simple REST user API.false
MEMORY_DEFAULT_USER_TOKENYesToken used for authenticating MCP and REST API requests. Must be a random string of at least 32 characters.
MEMORY_EMBEDDING_DIMENSIONNoDimension of the embedding vectors. Must match the database schema (e.g. vector(1024)).1024

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
ingest_turnC

Store one interaction as candidate durable memory.

get_contextB

Retrieve compact durable memory context for the caller input.

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/Oceankj/second_brain'

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