Skip to main content
Glama
harbz07

Hippocampal Memory MCP

by harbz07

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_URIYesThe URI for the Neo4j database (e.g., bolt://localhost:7687 or ngrok tunnel URL)
NEO4J_USERYesThe username for the Neo4j database
NEO4J_PASSWORDYesThe password for the Neo4j database
OPENAI_API_KEYYesYour OpenAI API key for generating embeddings

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hippocampus_write_eventB

Create an episodic Event with Who/Why/What/Where/Effects blocks. Mimics hippocampal CA3 pattern separation and binding.

hippocampus_write_reflectionB

Create agent-relative Reflection about an event. Mimics prefrontal cortex self-referential processing with egocentric perspective.

hippocampus_search_eventsA

Retrieve events using pattern completion. Supports semantic search, temporal filters, participant filters, and effect filters.

encode_memoryA

Create episodic memory event with emotional valence, temporal context, and entity involvement. Automatically generates embeddings for semantic retrieval.

recall_memoryA

Retrieve memories using semantic similarity, emotional valence, temporal range, or entity involvement. Returns ranked results combining vector similarity with Cypher filters.

mutate_graphA

Execute arbitrary Cypher write operations for creating/updating nodes, relationships, and properties. Use for operations beyond specialized tools.

evolve_bondA

Update bond strength between entities and track relationship trajectory over time. Automatically records milestones and calculates momentum.

query_graphA

Execute read-only Cypher queries for complex data retrieval. Use for custom queries, analytics, and exploring the graph structure.

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/harbz07/hippocampal-memory-mcp'

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