Skip to main content
Glama
Chaerulcp

shared-agent-memory-mcp

by Chaerulcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_TOKENYesYour Notion integration token (secret_your_token_here).
NOTION_DATABASE_IDYesThe ID of the Notion database shared with your integration.
OBSIDIAN_VAULT_PATHNoOptional path to a Git-backed Obsidian Vault for dual-write sync. If not set or folder does not exist, the server runs in Notion-only mode.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_searchA

Search the shared long-term memory stored in Notion (used by Cline, OpenCode, Claude Code, GitHub Copilot, Hermes). Returns matching memories with id, title, content, agent, category, tags. USE THIS at the start of a task with relevant keywords, and before making decisions, to reuse saved preferences, conventions, and past decisions.

memory_recentA

List the most recently updated memories from the shared Notion memory. Use to get context about what was learned/saved lately.

memory_getA

Fetch a single memory by its id (full content).

memory_addA

Save a new durable memory into the shared Notion memory. USE THIS when: the user states a preference, a project decision is made, a convention is established, a non-obvious bug is fixed (root cause + fix), or important project/environment context is learned. Do NOT store secrets, tokens, or throwaway information.

memory_updateB

Update an existing memory by id. Prefer updating over creating duplicates when knowledge changes or gets corrected.

memory_deleteA

Archive a memory (default) or move it to Notion trash (hard=true). Use when a memory is wrong or obsolete.

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/Chaerulcp/shared-agent-memory-mcp'

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