Skip to main content
Glama
bighippoman

memoir-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMOIR_MAX_CONTENTNoMax characters for content fields (default: 500)
MEMOIR_MAX_ENTRIESNoMax entries per session (default: 50)
MEMOIR_MAX_OUTCOMENoMax characters for outcome/resolution fields (default: 300)
MEMOIR_MAX_SESSIONSNoMax sessions per project (default: 20)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
log_attempt

Record something that was tried and its outcome.

log_blocker

Flag something that's stuck and why.

resolve_blocker

Mark a blocker as resolved.

log_decision

Record a design or architecture choice and its rationale.

end_session

Explicitly close the current session with an optional summary.

get_handoff

Get a structured summary of the last session for this project. Use this at the start of a new session to understand what was previously attempted, what's blocked, and what decisions were made.

get_history

Query past sessions for this project.

get_blockers

List blockers across all sessions for this project.

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/bighippoman/memoir-mcp'

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